summaryrefslogtreecommitdiff
path: root/wasm2c
Commit message (Expand)AuthorAgeFilesLines
...
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-2511-162/+157
* Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...Keith Winstein2023-01-224-8/+21
* 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-122-17/+29
* wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)Keith Winstein2023-01-123-10/+16
* wasm2c: eliminate wasm_rt_register_tag() (#2122)Keith Winstein2023-01-113-18/+12
* wasm2c: harden set/longjmp to check for uninit jmp_bufShravan Narayan2023-01-033-12/+32
* Update wasm2c fac.c example (#2067)Keith Winstein2022-11-151-4/+2
* Update testsuite (#2054)Sam Clegg2022-11-131-24/+25
* wasm2c: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ...Sam Clegg2022-11-081-8/+20
* wasm2c: cleanup function type indexes when calling wasm_rt_freeShravan Narayan2022-11-071-0/+9
* wasm2c: add hook to allow a custom trap handlerShravan Narayan2022-11-073-3/+23
* wasm2c: Uninstall sighandler in os_cleanup_signal_handler (#2043)Sam Clegg2022-11-071-0/+13
* wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windowsShravan Narayan2022-11-053-83/+148
* Allow use of guard pages without requiring a signal handlerShravan Narayan2022-11-022-6/+10
* wasm2c examples print usage messages for missing arguments (#2028)Shravan Narayan2022-10-312-1/+9
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-034-81/+200
* wasm2c cleanup: eliminate unused initialization functions in output (#1999)Keith Winstein2022-09-211-24/+0
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-212-11/+102
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-167-81/+311
* Update declaration of wasm_rt_get/set_unwind_target. NFC (#1967)Sam Clegg2022-08-231-2/+2
* Simplify export declarations in wasm2c output. NFC (#1966)Sam Clegg2022-08-231-1/+2
* wasm2c/README.md: document runtime symbols needed for exceptions (#1960)Keith Winstein2022-08-152-2/+50
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-144-8/+118
* wasm2c: Use static for wasm-rt globals. NFC (#1945)Sam Clegg2022-07-132-14/+15
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-114-84/+143
* Format wasm2c templated code (#1942)Keith Winstein2022-07-081-90/+115
* Fix javadoc-style comment formatting. NFC (#1912)Sam Clegg2022-04-292-18/+33
* wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)Sam Clegg2022-04-293-26/+24
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-147-83/+98
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-146-69/+36
* Fix spelling typo in wasm2c output. NFC (#1900)Sam Clegg2022-04-142-2/+2
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-145-21/+20
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-047-48/+133
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-095-35/+280
* Improve wasm2c example update process. NFC (#1857)Sam Clegg2022-03-082-5/+21
* Update wasm2c example output. NFC (#1851)Sam Clegg2022-03-073-77/+141
* wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)Sam Clegg2022-03-032-0/+27
* Fix compiler warnings in wasm2c output (#1844)Sam Clegg2022-03-021-1/+1
* Finish instruction renaming (#1792)Heejin Ahn2021-12-204-30/+30
* Fix typo (#1705)inokawa2021-08-301-1/+1
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-0/+6
* Fix warning. NFC. (#1580)Sam Clegg2020-12-031-1/+1
* 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
* Fix warning on comparison of void* to integer. fixes #1472 (#1473)Alon Zakai2020-06-221-1/+1
* [wasm2c] Implement trap handler for linux/macos (#1442)Ben Smith2020-06-043-6/+87
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-147-54/+180
* [wasm2c] Fix realloc check in wasm_rt_grow_memory (#1171)Ben Smith2019-09-251-1/+1