1. 3e826ec Bump version to 1.0.36 (#2449) by Alex Reinking · 3 days ago main 1.0.36
  2. 97b9086 Fix OpenSSL dependency in CMake (#2447) by Steven Johnson · 3 days ago
  3. ed1ce97 Fix macro redefinition error when building wasm_rt w/ Android NDK (#2437) by Christian Nieves · 3 weeks ago
  4. 5d999f0 Fix parsing of malformed element section in text format (#2439) by Changqing Jing · 3 weeks ago
  5. adc4c9f Fix deprecated FetchContent_Populate warning third_party/uvwasi cmake build (#2440) by Changqing Jing · 3 weeks ago
  6. 00a1e05 Upgrade SIMDe submodule to 0.8.2 (#2438) by Michael R. Crusoe · 4 weeks ago
  7. 0e871af wasm2c: Segue optimization for modules with a single unshared memory (#2395) by Shravan Narayan · 5 weeks ago
  8. f820d17 Avoid creating temporary vector copies when checking signature (#2435) by Michael Bradshaw · 6 weeks ago
  9. f2a39dd Update opcode.def (#2434) by ttt · 6 weeks ago
  10. 65b61e0 Fix typo in token.def (#2433) by Michael Bradshaw · 6 weeks ago
  11. 4beb525 Correct wasm2c example Makefiles (#2426) by David Rubin · 9 weeks ago
  12. 2c50f59 [wasm-objdump] Fix reporting of imported 64-bit tables (#2425) by Sam Clegg · 2 months ago
  13. 926304e wasm2c: Use wabt::StripExtension (#2424) by Soni L · 2 months ago
  14. 44837a7 Update testsuite and implement table64 (#2418) by Sam Clegg · 3 months ago
  15. 39f85a7 Version 1.0.35 (#2421) by Sam Clegg · 3 months ago 1.0.35
  16. d1e54a8 Fix bug in wasm2c's tail-call optimization code generation (#2420) by Christian Nieves · 3 months ago
  17. c24a216 Update testsuite and corresponding update to comment parser (#2416) by Sam Clegg · 3 months ago
  18. 0df6c26 Align release workflow with CI, for Apple Silicon (#2415) by Soni L · 3 months ago
  19. b03f929 Revert manual changes to src/prebuilt/lexer-keywords.cc. NFC (#2412) by Sam Clegg · 3 months ago
  20. 356931a Add macOS arm64 support and CI testing (#2406) by Soni L · 4 months ago
  21. ff03168 Suppress pass-failed warnings (#2404) by Soni L · 4 months ago
  22. 923f60f wasm2c: Fix warning on signed/unsigned comparison by Shravan Narayan · 5 months ago
  23. 373724b wasm2c: Fix periodic ASLR related crashes in sanitizer builds by Shravan Narayan · 5 months ago
  24. bfcd0a1 Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399) by Yuta Saito · 5 months ago
  25. 1471dff wasm2c: Cleanup examples makefile by Shravan Narayan · 6 months ago
  26. fd3c186 wasm2c/README.md: update to reflect new compile command post-#2308 (#2390) by Keith Winstein · 6 months ago
  27. 0562fd5 [ci] Add s390x workflow (#2380) by Soni L · 6 months ago
  28. 1263c6a Fix rot13 test on big-endian platforms (#2386) by Soni L · 6 months ago
  29. ef85155 Don't try to find upstream in detached HEAD (#2387) by Soni L · 6 months ago
  30. 786f8ea wasm2c: Implement big-endian SIMD (#2340) by Soni L · 6 months ago
  31. 0388727 Fallback to pthreads if threads aren't available (#2385) by walkingeyerobot · 6 months ago
  32. d566609 Do not use guard pages on big-endian (#2382) by Soni L · 6 months ago
  33. e4a6d92 Add missing casts on big-endian (#2381) by Soni L · 6 months ago
  34. 38860a9 Remove unnecessary restriction (#2378) by Soni L · 6 months ago
  35. 49950cb wasm2c: move table ops to an include file by Shravan Narayan · 6 months ago
  36. cfe0f5e wasm2c: Cleanup formatting of wasm-rt.h by Shravan Narayan · 7 months ago
  37. 80b4f08 wasm2c: atomic and shared mem operations using c11 by Shravan Narayan · 6 months ago
  38. cb76e5c Fix emscripten build warning and add missing export (#2367) by Changqing Jing · 7 months ago
  39. 0c3b5ac Simplify emscripten command line flags. NFC (#2368) by Sam Clegg · 7 months ago
  40. d7ee845 Fix Features of wabt.post.js can't work in strict mode (#2365) by Changqing Jing · 7 months ago
  41. 118fb9b Handle zero local count in disassembly (#2359) by Rod Vagg · 7 months ago
  42. b85ecbe wasm2c: Add macro and tests to allow disabling stack exhaustion checks by Shravan Narayan · 8 months ago
  43. 9fdd024 Update wasm2c examples (#2358) by Keith Winstein · 8 months ago
  44. 80b9752 wasm2c: Cleanup/separate code for heap and stack signal handlers by Shravan Narayan · 8 months ago
  45. 4e043bb [wasm-objdump] set function types for correct params+locals indexing (#2353) by Rod Vagg · 8 months ago
  46. e97a1cb Build ubuntu release assets on ubuntu 20.04 (#2352) by YAMAMOTO Takashi · 8 months ago
  47. 74e4f8b Fix some whitespace in opcode.def. NFC (#2350) by Sam Clegg · 8 months ago
  48. 99c860c wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346) by Keith Winstein · 8 months ago
  49. 4ce790d WastParser: tighten parsing of folded `if` (#2349) by Keith Winstein · 8 months ago
  50. c3315f0 wasm2c runtime: clean up some error messages (NFC) (#2345) by Keith Winstein · 8 months ago
  51. 0362847 w2c runtime: add per-thread init/free API (#2332) by Keith Winstein · 8 months ago
  52. 6780262 [wasm-objdump] Print i64 values as unsigned (#2344) by Rod Vagg · 8 months ago
  53. 2428315 wasm2c: Test STDIN_FILE error output line numbers (#2341) by Soni L · 8 months ago
  54. bcd03e8 Add support for new WASM_SYMBOL_ABS symbol flag (#2305) by Sam Clegg · 8 months ago
  55. 9944d92 wasm2c runtime: refactor handling of alternate stack (NFC) (#2338) by Keith Winstein · 8 months ago
  56. b85cbad Make run-spec-wasm2c platform-consistent (#2335) by Soni L · 8 months ago
  57. bf44aa4 Update ID for tag name subsection (#2336) by Michael Williamson · 8 months ago
  58. c2ce34e wasm2c: Fix f64 harness (#2331) by Soni L · 9 months ago
  59. 6367a02 decompiler.cc: fix vector oob when if has empty then (#2334) by Hyxogen · 9 months ago
  60. 8ad63cc wasm2c: define null values of funcref and externref (#2330) by Willy R. Vasquez · 9 months ago
  61. 21e73b7 wasm2c: Improve address abstraction for BE support (#2328) by Soni L · 9 months ago
  62. a0bc02e wasm2c: Fix test harness UB with SIMD (#2327) by Soni L · 9 months ago
  63. b1c039b Clean up WABT_BIG_ENDIAN handling in tests (#2326) by Soni L · 9 months ago
  64. e97d53c Avoid use of `typeof` as argument name (#2314) by walkingeyerobot · 9 months ago
  65. 46e5549 Version 1.0.34 (#2313) by Keith Winstein · 9 months ago 1.0.34
  66. 41a0378 Update testsuite (#2287) by Keith Winstein · 9 months ago
  67. 6e350ee wasm2c: implement the tail-call proposal (#2272) by Keith Winstein · 9 months ago
  68. 0e78c24 feat: treat non-seekable files as pipes (#2309) by sethp · 10 months ago
  69. dddc03d Rename wasm-opcodecnt to wasm-stats (#2298) by Soni L · 11 months ago
  70. 3b108c1 WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300) by Keith Winstein · 11 months ago
  71. b22be5a Implement custom section reading/writing (#2284) by Diego Frias · 11 months ago
  72. 0869da3 c-writer.cc: clean up some handling of typevector structs (NFC) (#2296) by Keith Winstein · 11 months ago
  73. bceb243 Flip order of memory indexes on memory.copy (#2294) by Keith Winstein · 11 months ago
  74. 2581e8d [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292) by Sam Clegg · 11 months ago
  75. 24008ff [wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293) by Sam Clegg · 11 months ago
  76. ab05e50 Share reading/validation code between elem exprs & other const exprs (#2288) by Keith Winstein · 11 months ago
  77. 9008bc8 Add security policy (#2245) by Pedro Nacht · 11 months ago
  78. e7c0309 wasm2c: consolidate pack/unpack of tags & multi-value results (NFC) (#2286) by Keith Winstein · 11 months ago
  79. ba73887 Validator: normalize handling of Select in ExprVisitor Delegate (#2285) by Keith Winstein · 12 months ago
  80. 7eb5868 wasm-strip: add `-R/--remove-section` option (#2282) by Diego Frias · 12 months ago
  81. 3d1d29f wat-writer.cc: resolve missing type index in call_indirect (#2278) by Keith Winstein · 1 year ago
  82. 00083b5 c-writer.cc: clean up handling of functions & tags (NFC) (#2271) by Keith Winstein · 1 year ago
  83. 6501200 c-writer.cc: eliminate redundant import_syms_ SymbolSet (NFC) (#2275) by Keith Winstein · 1 year ago
  84. 45bd6a3 decompiler.cc: passive data segments do not have offsets (#2163) by mannkdev · 1 year ago
  85. 487ca91 wasm2c: add link to clang bug on mips force read constraint by Shravan Narayan · 1 year ago
  86. 70b1c9d wasm2c: ensure force read constraints compile for clang on mips by Shravan Narayan · 1 year ago
  87. 319f0c6 Fix CI from upgraded cmake version on GitHub Ubuntu runner (#2273) by Keith Winstein · 1 year ago
  88. e37de9d C++20 compatibility fixes by Shravan Narayan · 1 year, 2 months ago
  89. 6f58973 wasm-objdump: Fix local numbering in disassembly (#2265) by Michael Williamson · 1 year, 1 month ago
  90. c2d4c53 wasm2c: add cpp guard in wasm2c exceptions header by Shravan Narayan · 1 year, 1 month ago
  91. 6d3ecdc BinaryReader/Writer: roundtrip large memory64 offsets (#2255) by Keith Winstein · 1 year, 1 month ago
  92. d1ef9b1 wasm2c: fix bug in windows atomic load macro by Shravan Narayan · 1 year, 2 months ago
  93. 5edb241 memory64: when enabled, check offset range at validation-time (#2253) by Keith Winstein · 1 year, 2 months ago
  94. 4247346 Use tag or sha for tarball name since branch name can have arbitrary characters (#2260) by Anuraag Agrawal · 1 year, 2 months ago
  95. e425ccb Add build and publishing of wabt tools with wasi (#2254) by Anuraag Agrawal · 1 year, 2 months ago
  96. bd6ad17 spectest-interp: assert_malformed must error in reader alone (#2252) by Keith Winstein · 1 year, 2 months ago
  97. f1f3d6d src/leb128.cc: fix detection of too-big u64 LEB128s (#2256) by Keith Winstein · 1 year, 2 months ago
  98. 89582f5 Add error when parameter size does not match on wasm-interp run-export (#2250) by Raphael Amorim · 1 year, 2 months ago
  99. 10652e0 binary-reader.cc: detect more malformed modules (#2251) by Keith Winstein · 1 year, 2 months ago
  100. 7cedfca WastParser: allow empty modules/scripts with warning (#2248) by Keith Winstein · 1 year, 2 months ago