ColinEberhardt / wasmweekly

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

WebAssembly on embedded platforms (and Arduino!) #21

Closed vshymanskyy closed 4 years ago

vshymanskyy commented 4 years ago

WebAssembly comes to Raspberry Pi, routers, ESP2, ESP8266 (among others).
Based on Steven Massey's novel, high-performance interpreter topology, which was basically evaluated on those platforms: https://github.com/vshymanskyy/wasm3 Funny thing - it could run in browsers, compiled to wasm itself :)

ColinEberhardt commented 4 years ago

That looks awesome - thanks for the submissions. Tweeted and added to the queue for the next newsletter:

https://twitter.com/WasmWeekly/status/1193484818769682432

vshymanskyy commented 4 years ago

Thanks! Super excited to hit the issue # 💯 ;)

vshymanskyy commented 4 years ago

@ColinEberhardt please merge https://github.com/ColinEberhardt/wasmweekly/pull/22 Thanks!