Browse Source

Enable wasm bulk memory instructions

Fabian 3 years ago
parent
commit
aa62033e9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -69,6 +69,7 @@ CLOSURE_FLAGS=\
 CARGO_FLAGS=\
 		--target wasm32-unknown-unknown \
 		-- \
+		-C target-feature=+bulk-memory \
 		-C linker=tools/rust-lld-wrapper \
 		-C link-args="--import-table --global-base=262144 $(STRIP_DEBUG_FLAG)" \
 		-C link-args="build/softfloat.o" \