This repository was archived by the owner on Oct 30, 2019. It is now read-only.
This repository was archived by the owner on Oct 30, 2019. It is now read-only.
runtime-wasm #7
Closed
Description
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.