Michael Ferris 363d6ee6de Update wabt 8 лет назад
..
baselines 43e9f52541 Fix some WebAssembly spec bugs 8 лет назад
binaries 2481e37445 Fix bad if-condition logic. 9 лет назад
wasts a23a96f9bc Moved wabt api implementation to the wabt project. 9 лет назад
api.js 43e9f52541 Fix some WebAssembly spec bugs 8 лет назад
array.baseline 26999473ff Add jit support for x64 load and store index out of bounds 9 лет назад
array.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
array.wasm 26999473ff Add jit support for x64 load and store index out of bounds 9 лет назад
array.wast 26999473ff Add jit support for x64 load and store index out of bounds 9 лет назад
basic.asm_module.js e44a8b287b Initial commit for WebAssembly prototype 10 лет назад
basic.baseline be6f90ed14 Fix crash when trying to print wasm function 9 лет назад
basic.js be6f90ed14 Fix crash when trying to print wasm function 9 лет назад
basic.wasm f084269452 Update tests to 0xd 9 лет назад
basic.wast f084269452 Update tests to 0xd 9 лет назад
basicBinary.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
bugs.js a23a96f9bc Moved wabt api implementation to the wabt project. 9 лет назад
call.js 5b17c72d69 Fix copyright, linux build and baseline updates 9 лет назад
controlflow.baseline b60fc4babc Fix how yielding works (again) 9 лет назад
controlflow.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
controlflow.wasm f084269452 Update tests to 0xd 9 лет назад
controlflow.wast b60fc4babc Fix how yielding works (again) 9 лет назад
cse.js 2622c05ac1 Do int64 const prop 8 лет назад
debugger.js b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
debugger.js.dbg.baseline b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
debugger.wasm b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
debugger.wast b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
dropteelocal.baseline 79328b0da2 Wasm: drop and tee_local 9 лет назад
dropteelocal.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
dropteelocal.wasm f084269452 Update tests to 0xd 9 лет назад
dropteelocal.wast 02304ad7d8 Update wasm internal tests 9 лет назад
f32.js 84505ba0dd Update f32.js to cover failing case 8 лет назад
f32address.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
f32address.wasm f084269452 Update tests to 0xd 9 лет назад
f32address.wast 02304ad7d8 Update wasm internal tests 9 лет назад
f64.js 84505ba0dd Update f32.js to cover failing case 8 лет назад
fastarray.js b48bb48086 Rebase + self code review 9 лет назад
global.js c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 лет назад
i32_popcnt.baseline e51083a977 wasm popcnt32 + tests 9 лет назад
i32_popcnt.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
i32_popcnt.wasm f084269452 Update tests to 0xd 9 лет назад
i32_popcnt.wast 02304ad7d8 Update wasm internal tests 9 лет назад
i64cf.js aa8c1af8bf tests 9 лет назад
i64cf.wasm aa8c1af8bf tests 9 лет назад
i64cf.wast aa8c1af8bf tests 9 лет назад
invalid_global_mut.js 670abca7b9 Disallow any other values than 0 or 1 for global mutability encoding 9 лет назад
limits.js 22a73634f0 Some limits fixes and much more tests 8 лет назад
math.js c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 лет назад
math.wasm 6b8521b03d Rebase + CR Fix 9 лет назад
math.wast 6b8521b03d Rebase + CR Fix 9 лет назад
memory.js ad125b2abc Update test to be more flexible for platforms with less memory. 8 лет назад
misc.baseline f29f4213da enable f64copysign 9 лет назад
misc.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
misc.wasm f084269452 Update tests to 0xd 9 лет назад
misc.wast f29f4213da enable f64copysign 9 лет назад
nestedblocks.js 363d6ee6de Update wabt 8 лет назад
oom.js f755ea79ec grow_memory tests on x32 9 лет назад
oom.wasm f755ea79ec grow_memory tests on x32 9 лет назад
oom.wast f755ea79ec grow_memory tests on x32 9 лет назад
oom_wasm.js f755ea79ec grow_memory tests on x32 9 лет назад
response.js 6ab87c266d Add test for response api using shim 8 лет назад
rlexe.xml 07bb54c86f [MERGE #3129 @Penguinwizzard] Fix a few issues blocking ASAN runs 8 лет назад
rot.baseline 3f3cbfc136 wasm: Add rotate opcodes 10 лет назад
rot.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 лет назад
rot.wasm f084269452 Update tests to 0xd 9 лет назад
rot.wast 02304ad7d8 Update wasm internal tests 9 лет назад
superlongsignaturemismatch.js 6d21a1b45a Cleanup superlongsignaturemismatch.js and use less than 1000 arguments (the limit) 8 лет назад
table.baseline a0857b2c7b Disallow const globals to be used in init_expr 9 лет назад
table.js a0857b2c7b Disallow const globals to be used in init_expr 9 лет назад
table.wasm a0857b2c7b Disallow const globals to be used in init_expr 9 лет назад
table.wast a0857b2c7b Disallow const globals to be used in init_expr 9 лет назад
table_imports.js c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 лет назад
tracing.js 2f0a26a3b5 Remove tracing test, baseline is too highly tied to the bytecode 8 лет назад
trunc.js 710b7d880f fixing tests after merge 9 лет назад
trunc.wasm 05a28df871 truncation bug fixes, clean-up 9 лет назад
trunc.wast 05a28df871 truncation bug fixes, clean-up 9 лет назад
unsigned.js 58de04bdea Added tests to make sure unsigned int64 cse is correctly handled 8 лет назад
wasmcctx.js b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
wasmcctx.js.dbg.baseline b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
wasmcctxmodule.js b4549ab006 Do not crash when debugging with WebAssembly functions present 9 лет назад
wasmutils.js c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 лет назад