ColinEberhardt / wasmweekly

Website for the WebAssembly weekly newsletter
http://wasmweekly.news/
Creative Commons Zero v1.0 Universal
74 stars 11 forks source link

Bun: new runtime based on JSC #79

Closed carlopi closed 1 year ago

carlopi commented 2 years ago

Last week was the very beta release for a new JavaScript runtime, based on JavaScriptCore (WebKit/Safari): https://bun.sh/ or https://github.com/oven-sh/bun.

Project is very interesting, heavy focus on performances. It's a JavaScript runtime, alternative to node or deno, but obviously runs also WebAssembly, not sure what's the angle but news in tooling might still be of relevance.

I am not related in any way, project is led by https://github.com/Jarred-Sumner (also very active on Twitter at https://twitter.com/jarredsumner).

ColinEberhardt commented 2 years ago

Yeah, I read about Bun, looks very cool. Not really WebAssembly-specific, so haven't included in the newsletter