mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-20 10:16:33 +00:00
Improve arrays and record passing scheme (#76)
This commit is contained in:
Binary file not shown.
@ -1,10 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# This script builds all subprojects and puts all created Wasm modules in one dir
|
||||
cargo update
|
||||
cargo update --aggressive
|
||||
fce build --release
|
||||
|
||||
rm artifacts/*
|
||||
rm artifacts/* || true
|
||||
mkdir -p artifacts
|
||||
|
||||
cp ../../target/wasm32-wasi/release/sqlite_test.wasm artifacts/
|
||||
wget https://github.com/fluencelabs/sqlite/releases/download/v0.12.0_w/sqlite3.wasm
|
||||
wget https://github.com/fluencelabs/sqlite/releases/download/v0.14.0_w/sqlite3.wasm
|
||||
mv sqlite3.wasm artifacts/
|
||||
|
Reference in New Issue
Block a user