update to marine 0.6.2, remove unsafe

This commit is contained in:
boneyard93501
2021-04-29 20:16:57 -05:00
parent 1946f8f544
commit 9387249eef
9 changed files with 133 additions and 41 deletions

View File

@ -10,6 +10,6 @@ cd ether_price_getter
fce build --release
cd ..
rm -f artifacts/*
rm -f artifacts/*.wasm
cp curl_adapter/target/wasm32-wasi/release/curl_adapter.wasm artifacts/
cp ether_price_getter/target/wasm32-wasi/release/ether_price_getter.wasm artifacts/