MLton / mlton

The MLton repository
http://mlton.org
Other
960 stars 127 forks source link

Support wasm target #549

Closed agoode closed 6 months ago

agoode commented 9 months ago

I'm working on wasm support, by implementing a new platform wasm32 and os wasi. This is using the wasi sdk.

I've gotten it to build twelf and other sample programs, and will send some PRs.

agoode commented 9 months ago

work in progress: https://github.com/agoode/mlton/commits/wascally/