rustasync / runtime

Empowering everyone to build asynchronous software
https://docs.rs/runtime
Apache License 2.0
862 stars 28 forks source link

runtime-wasm #7

Closed yoshuawuyts closed 4 years ago

yoshuawuyts commented 5 years ago

From the WASM WG meeting today: have a runtime for wasm-32-unknown-unknown that provides an executor, and panics when calling any of the system APIs. We can later investigate how to add polyfills similar to emscripten.

Once this works we should consider having cfg flags in the native executor to enable wasm support out of the box.