mirror of
https://github.com/fluencelabs/assemblyscript-dice
synced 2025-04-24 15:42:13 +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.
|