examples/math/README.md
2021-06-01 09:48:45 +03:00

10 lines
147 B
Markdown

Check:
```
./build.sh; cargo test --release;
```
Deploy:
```
fldist upload --path artifacts/math.wasm --name math --env FLUENCE_ENV
```