mirror of
https://github.com/fluencelabs/examples
synced 2025-06-20 13:26:33 +00:00
updates marine, marine-sqlite
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
set -euo pipefail
|
||||
|
||||
# check `fcli` and `fldist` tools are installed or install them
|
||||
(command -v fce || cargo install fcli) >/dev/null
|
||||
(command -v marine || cargo install marine) >/dev/null
|
||||
(command -v fldist || npm install -g @fluencelabs/fldist) >/dev/null
|
||||
|
||||
# build .wasm
|
||||
(
|
||||
cd backend
|
||||
fce build --release
|
||||
marine build --release
|
||||
)
|
||||
|
||||
# check it .wasm was built
|
||||
|
Reference in New Issue
Block a user