summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* c-writer.cc: Fix memory64 allocation when limits are >2^32 (#2213)Keith Winstein2023-04-221-5/+10
* wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212)Petr Penzin2023-04-222-0/+6
* wasm2c exception handling: fix unwinding after br inside try (#2204)Soni L2023-04-211-6/+6
* wasm-objdump: Include function names in "init functions" subsection (#2202)Sam Clegg2023-04-203-9/+15
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-122-2/+2
* wasm2c: expose the initial and max size required from imported tablesShravan Narayan2023-04-111-10/+20
* wasm2c: Checkin prebuilt source code in source folder, add lint checks to ens...Shravan Narayan2023-04-114-0/+1428
* wasm2c: Fix warning of missing std namespace in call to move (#2191)Shravan Narayan2023-04-081-1/+1
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-053-35/+294
* BinaryReaderIR: Limit number of function params, results, and locals (#2182)Keith Winstein2023-04-041-0/+19
* wasm2c: use CHECK_RESULT throughout workhorse function (NFC) (#2183)Keith Winstein2023-03-301-53/+44
* Silence warnings on GCC 12 (#2177)Keith Winstein2023-03-224-10/+7
* wasm-interp: Add --run-export and --argument (#2176)Raphael Amorim2023-03-191-0/+114
* binary-reader.cc: expand max local count and fix error message (#2173)Keith Winstein2023-03-151-2/+2
* Update wasm-c-api support to current API (#2172)Keith Winstein2023-03-141-30/+32
* c-writer.cc: Add local symbol prefix. (#2171)Yuhan Deng2023-03-151-14/+15
* BinaryReaderIR: increase kMaxNestingDepth to 16,384 (#2170)Keith Winstein2023-03-141-1/+1
* BinaryReaderIR: limit nesting depth to avoid stack overflow (#2169)Keith Winstein2023-03-131-18/+19
* Add new tests (#2168)Keith Winstein2023-03-131-5/+5
* Update testsuite (#2167)Keith Winstein2023-03-131-14/+25
* Improve lexing and parsing of invalid annotations (again) (#2166)Keith Winstein2023-03-102-8/+19
* wasm2c: implement the extended const expressions proposal (#2162)Keith Winstein2023-03-082-14/+86
* Fix longstanding typo (#2160)Soni L2023-03-051-1/+1
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-284-16/+41
* Replace MakeUnique with c++14 std::make_unique (#2152)Keith Winstein2023-02-278-225/+242
* Use C++17's [[fallthrough]]. NFC (#2091)Sam Clegg2023-02-274-15/+16
* Improve lexing of invalid annotations (#2150)Keith Winstein2023-02-251-1/+1
* c-writer.cc: omit dummy_member in one case where it was unnecessary (NFC) (#2...Keith Winstein2023-02-251-1/+1
* wasm2c: cap blank lines between sections (NFC) (#2148)Keith Winstein2023-02-252-10/+20
* c-writer.cc: sanitize module/field names for use in C comments (NFC) (#2147)Keith Winstein2023-02-251-7/+24
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-136/+317
* objdump: take care of opcodes whose bytes are non-canonical leb128 (#1632)Ng Zhi An2023-02-131-1/+4
* wasm-strip: Add `-k/--keep-section` flag to prevent sections with specific na...Surma2023-02-091-2/+27
* Add ARM64 windows compatibility (#2140)Changqing Jing2023-02-091-4/+25
* wasm2c: handle duplicate names between params/locals and labels (NFC) (#2137)Keith Winstein2023-02-071-33/+62
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-293-36/+1125
* Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080)Keith Winstein2023-01-281-2/+8
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-255-54/+186
* Fix typo in binary-reader.cc (#2127)Tatsuyuki Kobayashi2023-01-141-4/+4
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-123-3/+15
* wasm2c: eliminate wasm_rt_register_tag() (#2122)Keith Winstein2023-01-111-39/+15
* wasm2c: mark manually formatted code in c-writerShravan Narayan2022-12-291-0/+8
* wasm2c: expose the initial and max size required from imported memoryShravan Narayan2022-12-291-8/+44
* Enable features in libwabt.js by default (#2109)Marcus Better2022-12-272-21/+44
* wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)Keith Winstein2022-12-231-0/+4
* Add relaxed SIMD to wabt.js features (#2107)Marcus Better2022-12-222-0/+3
* Use flat format for emscriptnen exported function list. NFC (#2108)Sam Clegg2022-12-213-62/+56
* wast-parser.cc: Accept non abbreviated forms of result for select (#2104)YAMAMOTO Takashi2022-12-191-3/+2
* Use inline keyword over WABT_INLINE. NFC (#2092)Sam Clegg2022-12-021-2/+0
* Remove unused include. NFC (#2094)Sam Clegg2022-12-011-4/+0