You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: