JavaScriptCore compiled to JS, so you can run JavaScript in JS

JSC.js is a JavaScript engine which can run on top of you browser’s JavaScript engine. It’s based on the default JavaScript engine (JavaScriptCore) of WebKit and compiled with emscripten. Therefore, if you’re using Safari, you can literally run its JavaSc… Read more

Similar