summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* wasm2c: Improve address abstraction for BE support (#2328)Soni L2023-11-146-312/+270
* wasm2c: Fix test harness UB with SIMD (#2327)Soni L2023-11-126-4/+63
* Clean up WABT_BIG_ENDIAN handling in tests (#2326)Soni L2023-11-121-6/+1
* Update testsuite (#2287)Keith Winstein2023-10-2418-607/+364
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-2410-22/+1120
* feat: treat non-seekable files as pipes (#2309)sethp2023-10-023-1/+11
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-197-18/+17
* Implement custom section reading/writing (#2284)Diego Frias2023-09-155-3/+40
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-095-75/+75
* [wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293)Sam Clegg2023-09-081-0/+1
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-0622-73/+164
* Validator: normalize handling of Select in ExprVisitor Delegate (#2285)Keith Winstein2023-08-233-9/+0
* wasm-strip: add `-R/--remove-section` option (#2282)Diego Frias2023-08-181-0/+36
* wat-writer.cc: resolve missing type index in call_indirect (#2278)Keith Winstein2023-07-311-0/+24
* c-writer.cc: clean up handling of functions & tags (NFC) (#2271)Keith Winstein2023-07-313-11/+11
* decompiler.cc: passive data segments do not have offsets (#2163)mannkdev2023-07-301-0/+9
* wasm2c: add link to clang bug on mips force read constraintShravan Narayan2023-07-305-0/+5
* wasm2c: ensure force read constraints compile for clang on mipsShravan Narayan2023-07-305-100/+140