10 var wire_bytes = readbuffer("test/mjsunit/regress/wasm/665402.wasm");
11 var module = new WebAssembly.Module(wire_bytes);
12 assertTrue(module != undefined);
titzer
2017/01/09 13:20:48
Note that I am removing this test because it inclu
Note that I am removing this test because it includes a binary (which, after I
updated to no longer use i8.const, I verified no longer triggers the regression
it was testing for.)
Issue 2595733003: [wasm] Remove non-standard kExprI8Const bytecode
(Closed)
Created 3 years, 12 months ago by titzer
Modified 3 years, 11 months ago
Reviewers: Clemens Hammacher
Base URL:
Comments: 4