atomics option?

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

View File

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