summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-177-270/+447
* Issue a nicer error message on wasm components. (#2515)Dan Gohman2024-12-061-11/+34
* interp: Implement EHv4 (#2512)Soni L.2024-11-203-4/+105
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-2022-1311/+1822
* wast-parser.cc: Fix a crash from failing (module quote ...) (#2509)Keith Winstein2024-11-121-2/+4
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-0816-107/+246
* wat-writer.cc: update text serialization of data memuse (#2501)Keith Winstein2024-11-071-1/+5
* wasm-decompile: Fix unescaped characters in data output. (#2500)fedosgad2024-11-041-1/+1
* Update testsuite (#2495)Keith Winstein2024-10-304-3/+26
* interp: Handle ref.null exn (#2497)Soni L.2024-10-295-1/+38
* binary-reader-ir: Track usage of exception handling in features_used (#2496)Soni L.2024-10-291-0/+15
* lexer-keywords.txt: Recognize exn and exnref (#2493)Soni L.2024-10-242-828/+846
* wasm2c: Reset the segment register after call_indirect as the register may ha...Shravan Narayan2024-10-181-0/+3
* type.h: Introduce ExnRef (#2489)Soni L.2024-10-171-0/+3
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-143-76/+19
* wasm-interp: Fix off-by-one in DoThrow (#2486)Soni L.2024-10-081-1/+2
* wasm-decompile: add function index comments (#2482)Kirill R.2024-10-081-2/+2
* Raise parse error on NaN in i32 and i64 literals (#2485)James Ring2024-10-081-2/+4
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-073-13/+21
* 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