Rust and WebAssembly threads on production: a field report by Roberto Vidal @ Wasm I/O 2023

preview_player
Показать описание
Wasm I/O 2023 / 23-24 March, Barcelona

WebAssembly threads unlock a game-changing primitive for the Web and other targets. Workloads that require shared memory and parallelization can finally leverage the full power of the underlying platform. A much wanted addition to the spec that is now on its path to stabilization.

In this talk, I’ll give you an overview of this new specification and how toolchains support it, how our use case is unique, and the bumps that we found along the road to production: what we’ve tried, what worked and didn’t work - and what is yet to work!
Рекомендации по теме
Комментарии
Автор

Holy moly! You compiled a shell environment AND nodejs to webassembly to run in the browser!? That's unbelievable! Does the Nodejs here support napi extensions? Do you have a link to the playground? Do you have a link to the sources? This is _exactly_ what I need - I'd love to build on top of it

DavidAlsh
Автор

Will all rust threading features be available in WASM/WASO in the future ?

realfootball