Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
The files inTools/wasm
are a little messy as nearly all Emscripten-related files are inemscripten/
while the WASI-related files are not. So I want to:
- Add a
wasi/
directory and move code related towasi.py
there - Make
wasi.py
a deprecated shim for callingwasi/
- Update
CODEOWNERS
such that@freakboy3742 isn't bothered about WASI-only stuff and I'm not bothered about Emscripten-only stuff