Skip to content

Commit 62c1555

Browse files
committed
targets: add bulk memory flags to wasm-unknown target since basically every runtime has it now
Signed-off-by: deadprogram <[email protected]>
1 parent e62fc43 commit 62c1555

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/wasm-unknown.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"llvm-target": "wasm32-unknown-unknown",
33
"cpu": "generic",
4-
"features": "+mutable-globals,+nontrapping-fptoint,+sign-ext,-bulk-memory",
4+
"features": "+mutable-globals,+nontrapping-fptoint,+sign-ext",
55
"build-tags": ["tinygo.wasm", "wasm_unknown"],
66
"buildmode": "c-shared",
77
"goos": "linux",
@@ -13,7 +13,6 @@
1313
"gc": "leaking",
1414
"default-stack-size": 4096,
1515
"cflags": [
16-
"-mno-bulk-memory",
1716
"-mnontrapping-fptoint",
1817
"-msign-ext"
1918
],

0 commit comments

Comments
 (0)