HackerNewsTop5 (@hackernewstop5)

SpiderMonkey가 Asm.js 지원 종료를 공지했다. Asm.js는 초기 웹 고성능 컴파일 타깃으로 의미가 있었지만, 현재는 WebAssembly로 대체되며 사실상 유지 비용 대비 효용이 낮아졌다. 웹 런타임과 JS 엔진을 다루는 개발자에게는 레거시 코드 정리와 마이그레이션 관점에서 의미 있는 소식이다.

https://x.com/hackernewstop5/status/2057118299247555051

#asmjs #javascript #webassembly #spidermonkey

HackerNewsTop5 (@hackernewstop5) on X

Saying Goodbye to Asm.js #HackerNews https://t.co/QqXM2RwgWH

X (formerly Twitter)
Saying goodbye to asm.js | SpiderMonkey JavaScript/WebAssembly Engine

"asm.js was Mozilla’s response to the question posed by NaCl and PNaCl: how can the web run code at native speeds?

The idea was clever: pick a strict, statically-typed subset of JavaScript that an engine could recognize on the fly and compile down to native code. We could get performance similar to NaCl/PNaCl and still have code live inside web content and use web API’s (no separate sandbox, IPC, or alternative API’s).

asm.js shipped in Firefox 22 back in 2013 and was a success. It let proje..."

https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-asmjs.html

#asmjs #firefox #javascript #mozilla #wasm
Saying goodbye to asm.js

Disabling asm.js optimizations in SpiderMonkey

SpiderMonkey JavaScript/WebAssembly Engine
Ah, the noble #farewell to asm.js, where #Mozilla waves its 🧙‍♂️ magic wand and announces the "big" #news three years after everyone stopped caring. 🎉🔥 But fear not, dear developers, your precious asm.js will continue to chug along like a rusty 🚂 locomotive on a track to nowhere!
https://spidermonkey.dev/blog/2026/05/20/saying-goodbye-to-asmjs.html #asmjs #developer #community #tech #trends #HackerNews #ngated
Saying goodbye to asm.js

Disabling asm.js optimizations in SpiderMonkey

SpiderMonkey JavaScript/WebAssembly Engine
Saying goodbye to asm.js

Disabling asm.js optimizations in SpiderMonkey

SpiderMonkey JavaScript/WebAssembly Engine

Запуск Linux внутри PDF

По мнению некоторых пользователей, PDF — простой формат для обмена документами. На самом деле это очень сложный стандарт, который поддерживает выполнение практически любого кода. Неудивительно, что в прошлые годы энтузиастам удалось успешно запустить Doom внутри PDF и провести ряд других интересных экспериментов. Оказалось, что на этом возможности движка по рендерингу PDF не ограничиваются. Он способен запустить даже эмулятор полноценного процессора, а в нём — целую операционную систему .

https://habr.com/ru/companies/globalsign/articles/898056/

#PDF #Linux #RISCV #LinuxPDF #Doom #DoomPDF #TinyEMU #Emscripten #asmjs #JSLinux #pdfsyntax

Запуск Linux внутри PDF

По мнению некоторых пользователей, PDF — простой формат для обмена документами. На самом деле это очень сложный стандарт, который поддерживает выполнение практически любого кода. Неудивительно, что в...

Хабр
Nach der Unterstützung aller großen Browserhersteller und auch darüber hinaus wird Webassembly als offizieller Web-Standard anerkannt. Das hat das W3C entschieden.
Bytecode fürs Web: W3C standardisiert Webassembly - Golem.de
#Wasm #Browser #NativeClient #W3C #asmjs #API #Technologie #Internet #OpenSource
Bytecode fürs Web: W3C standardisiert Webassembly - Golem.de

Nach der Unterstützung aller großen Browserhersteller und auch darüber hinaus wird Webassembly als offizieller Web-Standard anerkannt. Das hat das W3C entschieden.

📗 New episode of the series From Rust to beyond 🚀!

Episode 3, The ASM.js galaxy, https://mnt.io/2018/08/28/from-rust-to-beyond-the-asm-js-galaxy/.

In this episode, we explore how to compile Rust to ASM.js as a fallback to WASM and to parse 6x faster than JS!

#rustlang #fromRustToBeyond #asmjs #javascript #wasm

From Rust to beyond: The ASM.js galaxy

Ivan Enderlin's thoughts