summaryrefslogtreecommitdiff
path: root/wasm2c/wasm-rt.h
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-171-3/+2
* wasm2c: disable segue in clang8 due to missing fsgsbase supportShravan Narayan2024-11-111-5/+5
* wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when neededShravan Narayan2024-10-281-3/+6
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-141-1/+28
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-0/+20
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-061-0/+21
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-0/+20
* 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
* wasm2c: Cleanup formatting of wasm-rt.hShravan Narayan2024-01-301-58/+63
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-1/+76
* wasm2c: Add macro and tests to allow disabling stack exhaustion checksShravan Narayan2024-01-021-2/+22
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-141-12/+36
* wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)Keith Winstein2023-12-051-4/+6
* w2c runtime: add per-thread init/free API (#2332)Keith Winstein2023-12-041-0/+13
* wasm2c: define null values of funcref and externref (#2330)Willy R. Vasquez2023-11-161-2/+2
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-1/+14
* 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