summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* decompiler.cc: fix vector oob when if has empty then (#2334)Hyxogen2023-11-202-1/+9
* wasm2c: define null values of funcref and externref (#2330)Willy R. Vasquez2023-11-161-2/+2
* wasm2c: Improve address abstraction for BE support (#2328)Soni L2023-11-1412-509/+447
* wasm2c: Fix test harness UB with SIMD (#2327)Soni L2023-11-126-4/+63
* Clean up WABT_BIG_ENDIAN handling in tests (#2326)Soni L2023-11-122-6/+5
* Avoid use of `typeof` as argument name (#2314)walkingeyerobot2023-10-261-2/+2
* Version 1.0.34 (#2313)Keith Winstein2023-10-241-1/+1
* Update testsuite (#2287)Keith Winstein2023-10-2419-607/+364
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-2422-141/+1768
* feat: treat non-seekable files as pipes (#2309)sethp2023-10-024-10/+24
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-1937-67/+65
* WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300)Keith Winstein2023-09-185-410/+48
* Implement custom section reading/writing (#2284)Diego Frias2023-09-1519-1274/+1531
* c-writer.cc: clean up some handling of typevector structs (NFC) (#2296)Keith Winstein2023-09-151-10/+13
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-1118-40/+40
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-098-120/+120
* [wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293)Sam Clegg2023-09-081-0/+1
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-0641-261/+369
* Add security policy (#2245)Pedro Nacht2023-08-301-0/+14
* wasm2c: consolidate pack/unpack of tags & multi-value results (NFC) (#2286)Keith Winstein2023-08-251-105/+84
* Validator: normalize handling of Select in ExprVisitor Delegate (#2285)Keith Winstein2023-08-234-14/+0
* wasm-strip: add `-R/--remove-section` option (#2282)Diego Frias2023-08-182-2/+52
* wat-writer.cc: resolve missing type index in call_indirect (#2278)Keith Winstein2023-07-312-2/+34
* c-writer.cc: clean up handling of functions & tags (NFC) (#2271)Keith Winstein2023-07-314-60/+52
* c-writer.cc: eliminate redundant import_syms_ SymbolSet (NFC) (#2275)Keith Winstein2023-07-311-23/+16
* decompiler.cc: passive data segments do not have offsets (#2163)mannkdev2023-07-302-1/+14
* wasm2c: add link to clang bug on mips force read constraintShravan Narayan2023-07-308-0/+9
* wasm2c: ensure force read constraints compile for clang on mipsShravan Narayan2023-07-3012-182/+254
* Fix CI from upgraded cmake version on GitHub Ubuntu runner (#2273)Keith Winstein2023-07-302-4/+4
* C++20 compatibility fixesShravan Narayan2023-07-024-10/+10
* wasm-objdump: Fix local numbering in disassembly (#2265)Michael Williamson2023-06-274-3/+25
* wasm2c: add cpp guard in wasm2c exceptions headerShravan Narayan2023-06-221-0/+8
* BinaryReader/Writer: roundtrip large memory64 offsets (#2255)Keith Winstein2023-06-204-8/+21
* wasm2c: fix bug in windows atomic load macroShravan Narayan2023-06-192-8/+8
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-1213-92/+189
* Use tag or sha for tarball name since branch name can have arbitrary characte...Anuraag Agrawal2023-06-121-1/+1
* Add build and publishing of wabt tools with wasi (#2254)Anuraag Agrawal2023-06-124-48/+106
* spectest-interp: assert_malformed must error in reader alone (#2252)Keith Winstein2023-06-125-19/+96
* src/leb128.cc: fix detection of too-big u64 LEB128s (#2256)Keith Winstein2023-06-092-2/+31
* Add error when parameter size does not match on wasm-interp run-export (#2250)Raphael Amorim2023-06-092-0/+16
* binary-reader.cc: detect more malformed modules (#2251)Keith Winstein2023-06-085-38/+29
* WastParser: allow empty modules/scripts with warning (#2248)Keith Winstein2023-06-074-6/+15
* WastParser::ErrorExpected: ensure there is a token to consume (#2247)Keith Winstein2023-06-072-1/+7
* Upgrade SIMDe submodule to 0.7.6 + a few fixes (#2239)Michael R. Crusoe2023-05-211-0/+0
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-1712-9/+1420
* Version 1.0.33 (#2238)Keith Winstein2023-05-121-1/+1
* wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-1215-1218/+409
* Revert "Version 1.0.33" (#2237)Keith Winstein2023-05-121-1/+1
* Version 1.0.33Keith Winstein2023-05-121-1/+1
* wasm2c: Fix typo in testing harness (#2234)Shravan Narayan2023-05-111-1/+1