summaryrefslogtreecommitdiffhomepage
path: root/src/rust/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/rust/Makefile')
-rw-r--r--src/rust/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Makefile b/src/rust/Makefile
index d2e705a..13ecdf5 100644
--- a/src/rust/Makefile
+++ b/src/rust/Makefile
@@ -3,8 +3,8 @@ include ../../shared.mk
SDIR = src/rust
rustlib:
- $(PP_GEN) $(SDIR)/target/wasm32-wasi
- $(v)cargo build --target=wasm32-wasi
+ $(PP_GEN) $(SDIR)/target/wasm32-wasip1
+ $(v)cargo build --target=wasm32-wasip1
clean:
rm -f Cargo.lock unit-wasm-sys/Cargo.lock