JavaScript Engine in WASM – JavaScriptCore on WebAssembly

JSC.js is a JavaScript engine that can run on top of your browser’s JavaScript engine. It’s based on the JavaScript engine (JavaScriptCore) of WebKit and compiled to wasm with emscripten. Therefore, if you’re using Safari, you are running its JavaScript e… Read more

Similar

Human-Readable JavaScript

JavaScript gives us many ways to do things, but deciding which way can be tricky. Laurie Barth gives us a story of two experts who solve this problem in different ways, giving some insight into how… (more…)

Read more »