summaryrefslogtreecommitdiff
path: root/wasm2c/wasm-rt.h
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-171-1/+2
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-60/+26
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-121-28/+92
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-0/+1
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-26/+10
* Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...Keith Winstein2023-01-221-3/+4
* wasm-rt.h: Use thread-local storage for traps/exceptions on MSVCKeith Winstein2023-01-161-1/+3
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-121-5/+12
* wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)Keith Winstein2023-01-121-1/+7
* wasm2c: eliminate wasm_rt_register_tag() (#2122)Keith Winstein2023-01-111-4/+6
* wasm2c: harden set/longjmp to check for uninit jmp_bufShravan Narayan2023-01-031-3/+16
* wasm2c: add hook to allow a custom trap handlerShravan Narayan2022-11-071-0/+7
* wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windowsShravan Narayan2022-11-051-20/+34
* Allow use of guard pages without requiring a signal handlerShravan Narayan2022-11-021-0/+4
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-031-20/+71
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-2/+2
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-0/+7
* wasm2c/README.md: document runtime symbols needed for exceptions (#1960)Keith Winstein2022-08-151-2/+7
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-2/+52
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-111-16/+0
* Fix javadoc-style comment formatting. NFC (#1912)Sam Clegg2022-04-291-17/+31
* wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)Sam Clegg2022-04-291-12/+10
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-0/+10
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-16/+33
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-1/+43
* wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)Sam Clegg2022-03-031-0/+5
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-3/+3
* Completely disable signal handler on 32-bit (#1488)Ben Smith2020-07-211-8/+17
* Use #warning instead of #warn (#1487)Ben Smith2020-07-161-1/+1
* [wasm2c] Disable signal handling on 32-bit archs (#1483)Ben Smith2020-07-151-0/+4
* [wasm2c] Implement trap handler for linux/macos (#1442)Ben Smith2020-06-041-0/+20
* Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)Ben Smith2018-03-201-0/+168