From eda6530a187add28f06d9ab84d78b21b5001a6df Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 12 Jul 2024 16:48:06 -0400 Subject: [threads] ref.i31_shared (#6735) Implement `ref.i31_shared` the new instruction for creating references to shared i31s. Implement binary and text parsing and emitting as well as interpretation. Copy the upstream spec test for i31 and modify it so that all the heap types are shared. Comment out some parts that we do not yet support. --- scripts/test/binaryenjs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test') diff --git a/scripts/test/binaryenjs.py b/scripts/test/binaryenjs.py index d546ced13..93fbe532f 100644 --- a/scripts/test/binaryenjs.py +++ b/scripts/test/binaryenjs.py @@ -60,7 +60,7 @@ def do_test_binaryen_js_with(which): test([shared.MOZJS, '-m', 'a.mjs']) if shared.NODEJS: if node_has_wasm or 'WebAssembly.' not in test_src: - test([shared.NODEJS, '--experimental-wasm-eh', 'a.mjs']) + test([shared.NODEJS, 'a.mjs']) else: print('Skipping ' + test_path + ' because WebAssembly might not be supported') -- cgit v1.2.3