Closed agoode closed 6 months ago
I'm working on wasm support, by implementing a new platform wasm32 and os wasi. This is using the wasi sdk.
wasm32
wasi
I've gotten it to build twelf and other sample programs, and will send some PRs.
work in progress: https://github.com/agoode/mlton/commits/wascally/
I'm working on wasm support, by implementing a new platform
wasm32
and oswasi
. This is using the wasi sdk.I've gotten it to build twelf and other sample programs, and will send some PRs.