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

Flatbuffers in JavaScript

If your web app gets huge amount of data from your server, FlatBuffers is the perfect ‘heavy lifting’ tool for you. Here’s how we use it at Jaco.

Read more »