summaryrefslogtreecommitdiff
path: root/wasm2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [wasm2c] Return -1 if wasm_rt_grow_memory fails (#1148)Ben Smith2019-08-291-2/+10
* Add missing string.h include to wasm-rt-impl.c (#1010)Matt McCormick2019-02-101-0/+1
* Update testsuite (#942)Ben Smith2018-11-052-1/+7
* [wasm2c] Add spec tests; fix update-spec-tests.py (#891)Ben Smith2018-08-141-0/+1
* [wasm2c] Fix bad realloc in wasm-rt-impl (#869)Ben Smith2018-06-251-1/+1
* More work on the wasm2c documentation (#835)Ben Smith2018-05-226-0/+767
* Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)Ben Smith2018-03-203-0/+338