Ver Fonte

Enable wasm bulk memory instructions

Fabian há 3 anos atrás
pai
commit
aa62033e9d
1 ficheiros alterados com 1 adições e 0 exclusões
  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" \