1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-29 14:41:52 +00:00

atomics option?

This commit is contained in:
dcode
2019-03-29 11:40:58 +01:00
parent 01fad52984
commit 97d1f6e1b7

@ -12,7 +12,8 @@
"--enable threads" "--enable threads"
], ],
"v8_flags": [ "v8_flags": [
"--experimental-wasm-threads" "--experimental-wasm-threads",
"--wasm_atomics_prototype"
] ]
} }
} }