summaryrefslogtreecommitdiff
path: root/wasm2c/wasm-rt-impl.h
Commit message (Expand)AuthorAgeFilesLines
* wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)Keith Winstein2023-01-121-2/+2
* wasm2c: harden set/longjmp to check for uninit jmp_bufShravan Narayan2023-01-031-6/+13
* wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windowsShravan Narayan2022-11-051-9/+14
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-5/+3
* wasm2c: Use static for wasm-rt globals. NFC (#1945)Sam Clegg2022-07-131-6/+6
* Fix javadoc-style comment formatting. NFC (#1912)Sam Clegg2022-04-291-1/+2
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-3/+6
* Fix compiler warnings in wasm2c output (#1844)Sam Clegg2022-03-021-1/+1
* [wasm2c] Implement trap handler for linux/macos (#1442)Ben Smith2020-06-041-2/+11
* Update testsuite (#942)Ben Smith2018-11-051-1/+5
* Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)Ben Smith2018-03-201-0/+52