summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-1717-631/+1142
* Issue a nicer error message on wasm components. (#2515)Dan Gohman2024-12-068-31/+70
* CI: Use latest macOS images (#2517)Soni L.2024-12-051-2/+2
* README.md: Add notes on installing prebuilt packages (#2514)Andrew2024-11-241-0/+16
* interp: Implement EHv4 (#2512)Soni L.2024-11-206-4/+167
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-2043-1321/+2011
* wast-parser.cc: Fix a crash from failing (module quote ...) (#2509)Keith Winstein2024-11-122-2/+12
* wasm2c: minor code cleanup for OS checks for segueShravan Narayan2024-11-111-1/+5
* wasm2c: disable segue in clang8 due to missing fsgsbase supportShravan Narayan2024-11-111-5/+5
* 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-0844-132/+602
* wat-writer.cc: update text serialization of data memuse (#2501)Keith Winstein2024-11-072-1/+9
* wasm-decompile: Fix unescaped characters in data output. (#2500)fedosgad2024-11-041-1/+1
* test: Move legacy exception handling tests (NFC) (#2498)Soni L.2024-10-3117-734/+119
* Update testsuite (#2495)Keith Winstein2024-10-3051-677/+1635
* Fix label 'for' attributes to match input 'id's in demo (#2499)Leo Toneff2024-10-302-2/+2
* interp: Handle ref.null exn (#2497)Soni L.2024-10-296-1/+44
* binary-reader-ir: Track usage of exception handling in features_used (#2496)Soni L.2024-10-291-0/+15
* wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when neededShravan Narayan2024-10-283-3/+10
* lexer-keywords.txt: Recognize exn and exnref (#2493)Soni L.2024-10-242-828/+846
* [EH] Fix exnref's opcode (#2492)Heejin Ahn2024-10-211-1/+1
* wasm2c: Reset the segment register after call_indirect as the register may ha...Shravan Narayan2024-10-183-0/+9
* type.h: Introduce ExnRef (#2489)Soni L.2024-10-172-1/+8
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-1412-287/+117
* wasm-interp: Fix off-by-one in DoThrow (#2486)Soni L.2024-10-082-1/+21
* wasm-decompile: add function index comments (#2482)Kirill R.2024-10-089-20/+20
* Raise parse error on NaN in i32 and i64 literals (#2485)James Ring2024-10-083-2/+20
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-078-16/+40
* wasm2c: Fix handling of locals in setjmp targets (#2479)Soni L.2024-10-012-14/+60
* wasm-interp: Fix catch handlers' value stack sizes (#2478)Soni L.2024-10-012-8/+36
* Fix call_ref on empty stack (#2472)Soni L.2024-09-244-13/+20
* Fix handling of data count without data section (#2432)Soni L.2024-09-232-6/+25
* Fix error message for ref.is_null (#2471)Soni L.2024-09-232-13/+13
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-237-10/+88
* [wasm2c] Fix alternate stack deallocation (#2466)Christian Nieves2024-09-201-0/+1
* 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-1814-31/+154
* [wasm-interp] Fix memory corruption with recursive call_indirect (#2464)Soni L.2024-09-183-3/+24
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-0612-102/+334
* Add missing relocation types (and delete a non-existent one) (#2457)SingleAccretion2024-08-294-16/+45
* Install wasm-rt-impl include files (#2452)Remko Tronçon2024-08-111-1/+1
* Harden against invalid alignment (#2411)Soni L.2024-08-094-20/+61
* Bump version to 1.0.36 (#2449)Alex Reinking2024-07-311-1/+1
* Fix OpenSSL dependency in CMake (#2447)Steven Johnson2024-07-314-3/+47
* Fix macro redefinition error when building wasm_rt w/ Android NDK (#2437)Christian Nieves2024-07-162-7/+7
* Fix parsing of malformed element section in text format (#2439)Changqing Jing2024-07-122-1/+10
* Fix deprecated FetchContent_Populate warning third_party/uvwasi cmake build (...Changqing Jing2024-07-111-0/+4
* Upgrade SIMDe submodule to 0.8.2 (#2438)Michael R. Crusoe2024-07-091-0/+0
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-2621-135/+2105
* Avoid creating temporary vector copies when checking signature (#2435)Michael Bradshaw2024-06-242-1/+5