SpiderMonkey is Mozilla’s JavaScript and WebAssembly Engine, used in Firefox, Servo and various other projects. It is written in C++, Rust and JavaScript. You can embed it into C++ and Rust projects, and it can be run as a stand-alone shell.
https://spidermonkey.dev/
https://spidermonkey.dev/
SpiderMonkey JavaScript/WebAssembly Engine
Home
SpiderMonkey is Mozilla’s JavaScript and WebAssembly Engine, used in Firefox, Servo and various other projects. It is written in C++ and Rust.
https://twitter.com/linclark/status/1400118048900648962?s=20
https://bytecodealliance.org/articles/making-javanoscript-run-fast-on-webassembly
https://bytecodealliance.org/articles/making-javanoscript-run-fast-on-webassembly
Twitter
Lin Clark
After years of perf optimizations, JS is running way faster in the browser Today, we're starting work to optimize JS perf in places where different rules apply, like Serverless and iOS devices And this is possible because of WebAssembly 🚀 bytecodeallianc…