summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update opcode.def (#2434)ttt2024-06-221-14/+14
* Fix typo in token.def (#2433)Michael Bradshaw2024-06-211-1/+1
* Correct wasm2c example Makefiles (#2426)David Rubin2024-06-035-9/+14
* [wasm-objdump] Fix reporting of imported 64-bit tables (#2425)Sam Clegg2024-05-222-6/+16
* wasm2c: Use wabt::StripExtension (#2424)Soni L2024-05-202-13/+6
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-1544-240/+4190
* Version 1.0.35 (#2421)Sam Clegg2024-05-141-1/+1
* Fix bug in wasm2c's tail-call optimization code generation (#2420)Christian Nieves2024-05-142-2/+2
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-1348-1684/+2522
* Align release workflow with CI, for Apple Silicon (#2415)Soni L2024-05-081-3/+3
* 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-263-3/+9
* Suppress pass-failed warnings (#2404)Soni L2024-03-251-0/+3
* wasm2c: Fix warning on signed/unsigned comparisonShravan Narayan2024-03-201-1/+1
* wasm2c: Fix periodic ASLR related crashes in sanitizer buildsShravan Narayan2024-03-181-0/+4
* Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)Yuta Saito2024-03-113-2/+11
* wasm2c: Cleanup examples makefileShravan Narayan2024-02-123-6/+3
* wasm2c/README.md: update to reflect new compile command post-#2308 (#2390)Keith Winstein2024-02-121-2/+2
* [ci] Add s390x workflow (#2380)Soni L2024-02-122-0/+58
* Fix rot13 test on big-endian platforms (#2386)Soni L2024-02-081-0/+11
* Don't try to find upstream in detached HEAD (#2387)Soni L2024-02-081-1/+12
* wasm2c: Implement big-endian SIMD (#2340)Soni L2024-02-066-75/+762
* Fallback to pthreads if threads aren't available (#2385)walkingeyerobot2024-02-061-7/+7
* Do not use guard pages on big-endian (#2382)Soni L2024-02-021-2/+4
* Add missing casts on big-endian (#2381)Soni L2024-02-011-2/+2
* Remove unnecessary restriction (#2378)Soni L2024-01-312-45/+37
* wasm2c: move table ops to an include fileShravan Narayan2024-01-312-37/+87