summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: Fix handling of locals in setjmp targets (#2479)Soni L.2024-10-011-14/+35
* wasm-interp: Fix catch handlers' value stack sizes (#2478)Soni L.2024-10-011-8/+14
* Fix call_ref on empty stack (#2472)Soni L.2024-09-241-11/+4
* Fix handling of data count without data section (#2432)Soni L.2024-09-231-6/+11
* Fix error message for ref.is_null (#2471)Soni L.2024-09-231-12/+11
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-232-6/+65
* Use intrinsic for Popcount on arm64 msvc (#2468)Changqing Jing2024-09-191-15/+2
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-183-2/+28
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-182-3/+4
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-063-15/+63
* Add missing relocation types (and delete a non-existent one) (#2457)SingleAccretion2024-08-293-14/+39
* Harden against invalid alignment (#2411)Soni L.2024-08-092-18/+37
* Fix parsing of malformed element section in text format (#2439)Changqing Jing2024-07-121-1/+1
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-263-32/+233
* Avoid creating temporary vector copies when checking signature (#2435)Michael Bradshaw2024-06-241-1/+1
* [wasm-objdump] Fix reporting of imported 64-bit tables (#2425)Sam Clegg2024-05-221-0/+3
* wasm2c: Use wabt::StripExtension (#2424)Soni L2024-05-201-13/+3
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-1510-122/+191
* 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-136-1070/+1079
* Revert manual changes to src/prebuilt/lexer-keywords.cc. NFC (#2412)Sam Clegg2024-05-032-13/+20
* Add macOS arm64 support and CI testing (#2406)Soni L2024-03-262-0/+6
* Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)Yuta Saito2024-03-111-0/+4
* Fix rot13 test on big-endian platforms (#2386)Soni L2024-02-081-0/+11
* wasm2c: Implement big-endian SIMD (#2340)Soni L2024-02-063-73/+723
* Remove unnecessary restriction (#2378)Soni L2024-01-312-45/+37
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-304-433/+466
* Fix emscripten build warning and add missing export (#2367)Changqing Jing2024-01-191-1/+1
* Fix Features of wabt.post.js can't work in strict mode (#2365)Changqing Jing2024-01-161-1/+1
* Handle zero local count in disassembly (#2359)Rod Vagg2024-01-031-5/+7
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-142-2/+2
* [wasm-objdump] set function types for correct params+locals indexing (#2353)Rod Vagg2023-12-131-0/+8
* WastParser: tighten parsing of folded `if` (#2349)Keith Winstein2023-12-051-22/+13
* [wasm-objdump] Print i64 values as unsigned (#2344)Rod Vagg2023-12-011-1/+1
* Add support for new WASM_SYMBOL_ABS symbol flag (#2305)Sam Clegg2023-11-281-3/+12
* Update ID for tag name subsection (#2336)Michael Williamson2023-11-272-0/+2
* decompiler.cc: fix vector oob when if has empty then (#2334)Hyxogen2023-11-201-1/+4
* wasm2c: Improve address abstraction for BE support (#2328)Soni L2023-11-146-197/+177
* Avoid use of `typeof` as argument name (#2314)walkingeyerobot2023-10-261-2/+2
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-245-111/+587
* feat: treat non-seekable files as pipes (#2309)sethp2023-10-021-9/+13
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-192-8/+7
* WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300)Keith Winstein2023-09-182-284/+32
* Implement custom section reading/writing (#2284)Diego Frias2023-09-158-1271/+1450
* c-writer.cc: clean up some handling of typevector structs (NFC) (#2296)Keith Winstein2023-09-151-10/+13
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-1112-30/+30
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-092-30/+30
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-0612-160/+178
* wasm2c: consolidate pack/unpack of tags & multi-value results (NFC) (#2286)Keith Winstein2023-08-251-105/+84
* Validator: normalize handling of Select in ExprVisitor Delegate (#2285)Keith Winstein2023-08-231-5/+0