summaryrefslogtreecommitdiff
path: root/wasm2c/README.md
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-2/+9
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-0/+39
* wasm2c/README.md: update to reflect new compile command post-#2308 (#2390)Keith Winstein2024-02-121-2/+2
* wasm2c: atomic and shared mem operations using c11Shravan Narayan2024-01-301-2/+35
* w2c runtime: add per-thread init/free API (#2332)Keith Winstein2023-12-041-0/+7
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-3/+4
* wasm2c: Misc docs and inline comment fixesShravan Narayan2023-04-131-15/+10
* wasm2c: Add optional WASM_RT_GROW_FAILED_HANDLER to be notified of memory gro...Shravan Narayan2023-04-121-1/+7
* wasm2c: add signature for the wasm2c trap handler if definedShravan Narayan2023-04-101-4/+4
* Fix grammatical error (#2179)David Park2023-03-241-1/+1
* c-writer.cc: Add local symbol prefix. (#2171)Yuhan Deng2023-03-151-14/+14
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-77/+65
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-33/+29
* Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...Keith Winstein2023-01-221-4/+5
* wasm2c: eliminate wasm_rt_register_tag() (#2122)Keith Winstein2023-01-111-4/+1
* wasm2c: add hook to allow a custom trap handlerShravan Narayan2022-11-071-3/+10
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-031-6/+9
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-26/+210
* wasm2c/README.md: document runtime symbols needed for exceptions (#1960)Keith Winstein2022-08-151-0/+43
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-111-0/+13
* wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)Sam Clegg2022-04-291-12/+12
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-82/+56
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-38/+17
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-141-9/+8
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-2/+9
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-11/+11
* Fix typo (#1705)inokawa2021-08-301-1/+1
* More work on the wasm2c documentation (#835)Ben Smith2018-05-221-0/+438