| .. |
|
baselines
|
571dc34227
Prevent reading past buffer when reading LEB128 and correctly validate the section id
|
9 ani în urmă |
|
binaries
|
3293ada557
Fixes entrypoints when 2 functions not sharing the same type are being deferred parsed
|
9 ani în urmă |
|
wasts
|
3293ada557
Fixes entrypoints when 2 functions not sharing the same type are being deferred parsed
|
9 ani în urmă |
|
api.js
|
03638f6d30
Support WebAssembly.Module.customSections
|
9 ani în urmă |
|
array.baseline
|
26999473ff
Add jit support for x64 load and store index out of bounds
|
9 ani în urmă |
|
array.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
array.wasm
|
26999473ff
Add jit support for x64 load and store index out of bounds
|
9 ani în urmă |
|
array.wast
|
26999473ff
Add jit support for x64 load and store index out of bounds
|
9 ani în urmă |
|
basic.asm_module.js
|
e44a8b287b
Initial commit for WebAssembly prototype
|
10 ani în urmă |
|
basic.baseline
|
be6f90ed14
Fix crash when trying to print wasm function
|
9 ani în urmă |
|
basic.js
|
be6f90ed14
Fix crash when trying to print wasm function
|
9 ani în urmă |
|
basic.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
basic.wast
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
basicBinary.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
bugs.js
|
3293ada557
Fixes entrypoints when 2 functions not sharing the same type are being deferred parsed
|
9 ani în urmă |
|
call.js
|
5b17c72d69
Fix copyright, linux build and baseline updates
|
9 ani în urmă |
|
controlflow.baseline
|
b60fc4babc
Fix how yielding works (again)
|
9 ani în urmă |
|
controlflow.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
controlflow.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
controlflow.wast
|
b60fc4babc
Fix how yielding works (again)
|
9 ani în urmă |
|
debugger.js
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
debugger.js.dbg.baseline
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
debugger.wasm
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
debugger.wast
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
dropteelocal.baseline
|
79328b0da2
Wasm: drop and tee_local
|
9 ani în urmă |
|
dropteelocal.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
dropteelocal.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
dropteelocal.wast
|
02304ad7d8
Update wasm internal tests
|
9 ani în urmă |
|
f32.baseline
|
97847fcfdc
enabling Reinterpret_ITF in codegen + simple tests before we enable spec tests
|
9 ani în urmă |
|
f32.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
f32.wasm
|
97847fcfdc
enabling Reinterpret_ITF in codegen + simple tests before we enable spec tests
|
9 ani în urmă |
|
f32.wast
|
97847fcfdc
enabling Reinterpret_ITF in codegen + simple tests before we enable spec tests
|
9 ani în urmă |
|
f32address.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
f32address.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
f32address.wast
|
02304ad7d8
Update wasm internal tests
|
9 ani în urmă |
|
global.js
|
c6bd701e47
Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution.
|
9 ani în urmă |
|
i32_popcnt.baseline
|
e51083a977
wasm popcnt32 + tests
|
9 ani în urmă |
|
i32_popcnt.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
i32_popcnt.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
i32_popcnt.wast
|
02304ad7d8
Update wasm internal tests
|
9 ani în urmă |
|
invalid_global_mut.js
|
670abca7b9
Disallow any other values than 0 or 1 for global mutability encoding
|
9 ani în urmă |
|
math.js
|
c6bd701e47
Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution.
|
9 ani în urmă |
|
math.wasm
|
6b8521b03d
Rebase + CR Fix
|
9 ani în urmă |
|
math.wast
|
6b8521b03d
Rebase + CR Fix
|
9 ani în urmă |
|
misc.baseline
|
f29f4213da
enable f64copysign
|
9 ani în urmă |
|
misc.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
misc.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
misc.wast
|
f29f4213da
enable f64copysign
|
9 ani în urmă |
|
rlexe.xml
|
3dd461de9b
Code review + add test
|
9 ani în urmă |
|
rot.baseline
|
3f3cbfc136
wasm: Add rotate opcodes
|
10 ani în urmă |
|
rot.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
rot.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
rot.wast
|
02304ad7d8
Update wasm internal tests
|
9 ani în urmă |
|
table.baseline
|
a0857b2c7b
Disallow const globals to be used in init_expr
|
9 ani în urmă |
|
table.js
|
a0857b2c7b
Disallow const globals to be used in init_expr
|
9 ani în urmă |
|
table.wasm
|
a0857b2c7b
Disallow const globals to be used in init_expr
|
9 ani în urmă |
|
table.wast
|
a0857b2c7b
Disallow const globals to be used in init_expr
|
9 ani în urmă |
|
table_imports.js
|
c6bd701e47
Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution.
|
9 ani în urmă |
|
trunc.js
|
710b7d880f
fixing tests after merge
|
9 ani în urmă |
|
trunc.wasm
|
05a28df871
truncation bug fixes, clean-up
|
9 ani în urmă |
|
trunc.wast
|
05a28df871
truncation bug fixes, clean-up
|
9 ani în urmă |
|
unreachable.js
|
0253f19b27
Update tests to use the new WebAssembly api and remove Wasm object from
|
9 ani în urmă |
|
unreachable.wasm
|
f084269452
Update tests to 0xd
|
9 ani în urmă |
|
unreachable.wast
|
02304ad7d8
Update wasm internal tests
|
9 ani în urmă |
|
wasmcctx.js
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
wasmcctx.js.dbg.baseline
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
wasmcctxmodule.js
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 ani în urmă |
|
wasmutils.js
|
c6bd701e47
Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution.
|
9 ani în urmă |