Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126) | Keith Winstein | 2023-01-12 | 1 | -2/+2 |
* | wasm2c: harden set/longjmp to check for uninit jmp_buf | Shravan Narayan | 2023-01-03 | 1 | -6/+13 |
* | wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windows | Shravan Narayan | 2022-11-05 | 1 | -9/+14 |
* | wasm2c: implement the exception-handling proposal (#1930) | Keith Winstein | 2022-07-14 | 1 | -5/+3 |
* | wasm2c: Use static for wasm-rt globals. NFC (#1945) | Sam Clegg | 2022-07-13 | 1 | -6/+6 |
* | Fix javadoc-style comment formatting. NFC (#1912) | Sam Clegg | 2022-04-29 | 1 | -1/+2 |
* | wasm2c: use signal handler to detect stack exhaustion (#1875) | Keith Winstein | 2022-04-04 | 1 | -3/+6 |
* | Fix compiler warnings in wasm2c output (#1844) | Sam Clegg | 2022-03-02 | 1 | -1/+1 |
* | [wasm2c] Implement trap handler for linux/macos (#1442) | Ben Smith | 2020-06-04 | 1 | -2/+11 |
* | Update testsuite (#942) | Ben Smith | 2018-11-05 | 1 | -1/+5 |
* | Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813) | Ben Smith | 2018-03-20 | 1 | -0/+52 |