examples/math/README.md

10 lines
147 B
Markdown
Raw Permalink Normal View History

2021-05-30 14:06:34 +03:00
2021-05-30 14:46:12 +03:00
Check:
```
./build.sh; cargo test --release;
```
2021-05-30 14:06:34 +03:00
2021-05-30 14:46:12 +03:00
Deploy:
2021-05-30 14:06:34 +03:00
```
2021-05-30 14:46:12 +03:00
fldist upload --path artifacts/math.wasm --name math --env FLUENCE_ENV
2021-05-30 14:06:34 +03:00
```