summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-177-279/+560
* Issue a nicer error message on wasm components. (#2515)Dan Gohman2024-12-066-20/+34
* interp: Implement EHv4 (#2512)Soni L.2024-11-202-0/+60
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-2010-9/+112
* wast-parser.cc: Fix a crash from failing (module quote ...) (#2509)Keith Winstein2024-11-121-0/+8
* test/run-roundtrip.py: test roundtrip even with --stdout (#2505)Keith Winstein2024-11-112-8/+19
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-0815-5/+310
* wat-writer.cc: update text serialization of data memuse (#2501)Keith Winstein2024-11-071-0/+4
* test: Move legacy exception handling tests (NFC) (#2498)Soni L.2024-10-3112-119/+119
* Update testsuite (#2495)Keith Winstein2024-10-3046-674/+1609
* interp: Handle ref.null exn (#2497)Soni L.2024-10-291-0/+6
* wasm2c: Reset the segment register after call_indirect as the register may ha...Shravan Narayan2024-10-182-0/+6
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-146-180/+60
* wasm-interp: Fix off-by-one in DoThrow (#2486)Soni L.2024-10-081-0/+19
* wasm-decompile: add function index comments (#2482)Kirill R.2024-10-088-18/+18
* Raise parse error on NaN in i32 and i64 literals (#2485)James Ring2024-10-082-0/+16
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-072-3/+16
* wasm2c: Fix handling of locals in setjmp targets (#2479)Soni L.2024-10-011-0/+25
* wasm-interp: Fix catch handlers' value stack sizes (#2478)Soni L.2024-10-011-0/+22
* Fix call_ref on empty stack (#2472)Soni L.2024-09-243-2/+16
* Fix handling of data count without data section (#2432)Soni L.2024-09-231-0/+14
* Fix error message for ref.is_null (#2471)Soni L.2024-09-231-1/+2
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-233-3/+15
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-186-9/+75
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-181-0/+20
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-066-63/+159
* Harden against invalid alignment (#2411)Soni L.2024-08-092-2/+24
* Fix parsing of malformed element section in text format (#2439)Changqing Jing2024-07-121-0/+9
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-266-89/+444
* [wasm-objdump] Fix reporting of imported 64-bit tables (#2425)Sam Clegg2024-05-221-6/+13
* wasm2c: Use wabt::StripExtension (#2424)Soni L2024-05-201-0/+3
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-1531-109/+3986
* Fix bug in wasm2c's tail-call optimization code generation (#2420)Christian Nieves2024-05-141-1/+1
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-1335-612/+826
* Suppress pass-failed warnings (#2404)Soni L2024-03-251-0/+3
* Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)Yuta Saito2024-03-111-2/+6
* wasm2c: Implement big-endian SIMD (#2340)Soni L2024-02-063-2/+39
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-302-32/+52
* Handle zero local count in disassembly (#2359)Rod Vagg2024-01-031-0/+27
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-146-6/+6
* [wasm-objdump] set function types for correct params+locals indexing (#2353)Rod Vagg2023-12-131-1/+1
* wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)Keith Winstein2023-12-052-2/+63
* WastParser: tighten parsing of folded `if` (#2349)Keith Winstein2023-12-053-33/+5
* [wasm-objdump] Print i64 values as unsigned (#2344)Rod Vagg2023-12-011-4/+4
* wasm2c: Test STDIN_FILE error output line numbers (#2341)Soni L2023-11-292-0/+14
* Add support for new WASM_SYMBOL_ABS symbol flag (#2305)Sam Clegg2023-11-281-4/+12
* Make run-spec-wasm2c platform-consistent (#2335)Soni L2023-11-286-69/+8
* Update ID for tag name subsection (#2336)Michael Williamson2023-11-271-1/+1
* wasm2c: Fix f64 harness (#2331)Soni L2023-11-203-1/+49
* decompiler.cc: fix vector oob when if has empty then (#2334)Hyxogen2023-11-201-0/+5