From 97d1f6e1b72ac7a1c724d58ec9d8b88d9121149e Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 29 Mar 2019 11:40:58 +0100 Subject: [PATCH] atomics option? --- tests/features.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/features.json b/tests/features.json index 3a203c48..9b8ad10d 100644 --- a/tests/features.json +++ b/tests/features.json @@ -12,7 +12,8 @@ "--enable threads" ], "v8_flags": [ - "--experimental-wasm-threads" + "--experimental-wasm-threads", + "--wasm_atomics_prototype" ] } }