summaryrefslogtreecommitdiff
path: root/src/prebuilt
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-173-141/+246
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-1308/+1281
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-60/+62
* lexer-keywords.txt: Recognize exn and exnref (#2493)Soni L.2024-10-241-828/+844
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-141-47/+7
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-1/+15
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-061-6/+38
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-14/+107
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-131-1061/+1044
* Revert manual changes to src/prebuilt/lexer-keywords.cc. NFC (#2412)Sam Clegg2024-05-031-13/+13
* Add macOS arm64 support and CI testing (#2406)Soni L2024-03-261-0/+4
* wasm2c: Implement big-endian SIMD (#2340)Soni L2024-02-061-5/+439
* Remove unnecessary restriction (#2378)Soni L2024-01-311-24/+19
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-214/+223
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-141-1/+1
* wasm2c: Improve address abstraction for BE support (#2328)Soni L2023-11-143-114/+100
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-4/+48
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-1259/+1284
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-091-15/+15
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-5/+31
* wasm2c: add link to clang bug on mips force read constraintShravan Narayan2023-07-301-0/+2
* wasm2c: ensure force read constraints compile for clang on mipsShravan Narayan2023-07-303-31/+47
* wasm2c: fix bug in windows atomic load macroShravan Narayan2023-06-191-4/+4
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-0/+438
* wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-123-257/+225
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-0/+7
* alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217)Landry Breuil2023-04-261-1/+1
* wasm2c: Use malloc.h instead of alloca.h for mingwShravan Narayan2023-04-241-1/+5
* wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212)Petr Penzin2023-04-221-0/+4
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-121-1/+1
* wasm2c: Checkin prebuilt source code in source folder, add lint checks to ens...Shravan Narayan2023-04-114-0/+1428
* Use C++17's [[fallthrough]]. NFC (#2091)Sam Clegg2023-02-271-13/+13
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-301-1251/+1315
* wasm2c: simplify handling of templated code (#1940)Keith Winstein2022-07-112-356/+0
* Format wasm2c templated code (#1942)Keith Winstein2022-07-082-92/+115
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-14/+5
* Fix spelling typo in wasm2c output. NFC (#1900)Sam Clegg2022-04-142-2/+2
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-0/+6
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-26/+102
* Fix compiler warnings in wasm2c output (#1844)Sam Clegg2022-03-022-23/+26
* wasm2c: bounds-check active data loads (#1829)Keith Winstein2022-02-171-4/+12
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-1448/+1280
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-061-2831/+1071
* Support function references in parameters and results of functions and blocks...Dmitry Bezhetskov2021-11-161-1264/+3068
* Add clang-format check to CI (#1683)Heejin Ahn2021-08-051-0/+2
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-598/+600
* wasm2c: Support multi-value (#1686)Soni L2021-07-141-2/+2
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-3/+2
* wasm2c: Support saturating-float-to-int (#1680)Soni L2021-06-281-0/+22
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-1138/+1131