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
MoonBit can be compiled to WebAssembly using [its toolchain](https://moonbitlang.com/download):
387
+
388
+
```sh
389
+
moon build --target wasm # -g to keep symbols
390
+
```
391
+
392
+
The generarted core wasm will be found under `target/wasm/release/build/gen/gen.wasm` by default. Then you can use `wasm-tools` to componentize the module:
0 commit comments