The JavaScript framework I want (doesn’t exist yet)
This isn’t a Hacker News rant complaining about the state of JS. I promise. Pun not intended.
Read more »
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