diff options
Diffstat (limited to 'test/run-spec-wasm2c.py')
-rwxr-xr-x | test/run-spec-wasm2c.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-spec-wasm2c.py b/test/run-spec-wasm2c.py index e6327771..431622c2 100755 --- a/test/run-spec-wasm2c.py +++ b/test/run-spec-wasm2c.py @@ -379,6 +379,7 @@ def main(args): find_exe.GetWast2JsonExecutable(options.bindir), error_cmdline=options.error_cmdline) wast2json.AppendOptionalArgs({'-v': options.verbose}) + wast2json.AppendArg('--disable-reference-types') wast2json.AppendArg('--disable-bulk-memory') json_file_path = utils.ChangeDir( |