mirror of
https://github.com/fluencelabs/assemblyscript-dice
synced 2025-04-25 08:02:14 +00:00
6 lines
102 B
Markdown
6 lines
102 B
Markdown
|
To compile wasm file, run:
|
||
|
```
|
||
|
npm run asbuild
|
||
|
```
|
||
|
|
||
|
Wasm files will be generated in `build` directory.
|