FRONTEND·중요도 5·2026. 05. 21.·GeekNews

asm.js에 작별을 고하기

── KO ──────────────────

Firefox 148부터 asm.js 최적화가 비활성화되고 제거될 예정이다.

Firefox 148 버전부터 SpiderMonkey의 asm.js 최적화가 기본적으로 비활성화되며, 향후 관련 코드가 제거될 예정입니다. asm.js는 JavaScript의 하위 집합으로 기존 사이트는 여전히 작동하지만, 일반 JIT 경로를 통해 실행되어 최적화 혜택을 잃게 됩니다. 이러한 변화는 웹 개발에 중요한 영향을 미칠 수 있습니다.


── EN ──────────────────

From Firefox 148, asm.js optimizations will be disabled and removed in the future.

Starting with Firefox 148, SpiderMonkey's asm.js optimizations will be disabled by default, with plans to remove related code in the future. asm.js is a subset of JavaScript, meaning existing sites will continue to function, but they will no longer benefit from optimizations as they will execute via the standard JIT path. This change could have significant implications for web development.

원문 보기 →목록으로