diff options
Diffstat (limited to 'test/binaryen.js')
-rw-r--r-- | test/binaryen.js/call_import_error.js.txt | 2 | ||||
-rw-r--r-- | test/binaryen.js/hello-world.js.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/binaryen.js/call_import_error.js.txt b/test/binaryen.js/call_import_error.js.txt index 61e3f9339..d60d889d2 100644 --- a/test/binaryen.js/call_import_error.js.txt +++ b/test/binaryen.js/call_import_error.js.txt @@ -9,7 +9,7 @@ ) [wasm-validator error in function $main] unexpected false: call target must exist, on -(call $fn) +[none] (call $fn) (perhaps it should be a CallImport instead of Call?) (module (type $v (func)) diff --git a/test/binaryen.js/hello-world.js.txt b/test/binaryen.js/hello-world.js.txt index 4429180b4..bcc1a88a0 100644 --- a/test/binaryen.js/hello-world.js.txt +++ b/test/binaryen.js/hello-world.js.txt @@ -26,7 +26,7 @@ optimized: ) ) -binary size: 88 +binary size: 60 [object WebAssembly.Instance] |