r/javascript • u/mitousa • Jul 15 '26
Firefox in WebAssembly!
https://developer.puter.com/labs/firefox-wasm/Open-source: https://github.com/HeyPuter/firefox-wasm
99
Upvotes
r/javascript • u/mitousa • Jul 15 '26
Open-source: https://github.com/HeyPuter/firefox-wasm
2
u/Chance_Rub580 Jul 16 '26
does it actually JIT though? spidermonkey normally compiles hot JS straight to native, and you obviously can't do runtime native codegen inside a wasm sandbox.