Mike Rochefort 🐧 :fedora: · @omenos
72 followers · 570 posts · Server fosstodon.org

@owa As your org members are way more knowledgeable than myself: if we take away the end application and focus on the underlying toolkits, how far behind is WebKit/JavaScriptCore in comparison to Gecko/SpiderMonkey and Blink/V8?

#web #webdev #browser #engine #BrowserEngine #javascript #apple #safari #webkit #javascriptcore #google #chrome #blink #v8 #mozilla #firefox #gecko #spidermonkey

Last updated 2 years ago

Ivan Enderlin 🌱 :ferris: · @hywan
820 followers · 751 posts · Server fosstodon.org

JavaScriptCore as a WebAssembly binary, wapm.io/package/jsc.

$ wapm install -g jsc
$ jsc
>>> function multiply(a, b) { return a * b }
undefined
>>> multiply(10, 20)
200
>>> Date()
Mon Apr 15 2019, …

Crazy :-).

#webassembly #javascript #javascriptcore

Last updated 6 years ago