Remove non-WASI code

This commit is contained in:
Isaac Clayton 2022-06-06 11:00:05 +02:00
parent 805c86b781
commit 38d7321511
23 changed files with 211 additions and 712 deletions

View file

@ -2,8 +2,8 @@
set -e
echo "Clearing cached plugins..."
cargo clean --manifest-path plugins/Cargo.toml
# echo "Clearing cached plugins..."
# cargo clean --manifest-path plugins/Cargo.toml
echo "Building Wasm plugins..."
# cargo build --release --target wasm32-unknown-unknown --manifest-path plugins/Cargo.toml