1. 8307234 Implement quoted identifier parsing (#2715) by Zoltan Herczeg · 6 hours ago main
  2. faa52c9 Bump version to 1.0.40 by Sam Clegg · 2 days ago
  3. 34eb883 Update minimum CMake version to 3.10 in wabt-config.cmake (#2714) by Alex Reinking · 2 days ago 1.0.40
  4. 6be9e86 Prevent fuzzer allocation errors (#2713) by Zoltan Herczeg · 6 days ago
  5. dbd22f8 Fix typed select pushing Type::Any instead of expected type (#2707) by Yi Liu · 14 days ago
  6. 9a226dc Initial support for wide arithmetic (#2697) by Sam Clegg · 2 weeks ago
  7. 11967f1 Fix GC root leak in RefPtr assignment operators (#2699) by Yi Liu · 2 weeks ago
  8. 9d5cf7c Fix off-by-one in Select instruction ref tracking (#2704) by Yi Liu · 2 weeks ago
  9. 02ece84 Fix CanonNaN template to use correct type for f64 NaN canonicalization (#2701) by Yi Liu · 2 weeks ago
  10. 82a8fb8 [wasm-objdump] Fix missing error on bad opcode (#2696) by Sam Clegg · 2 weeks ago
  11. bb29abe Fix incorrect parameter index in WASI fd_read (#2700) by Yi Liu · 2 weeks ago
  12. b8d1aa8 Fix wrong iterator variable in InterpDropKeep ref tracking (#2702) by Yi Liu · 2 weeks ago
  13. 6ca912c Fix integer overflow in section and subsection size checks (#2694) by Yi Liu · 4 weeks ago
  14. 1298485 Add bounds check for function body size in binary reader (#2693) by Yi Liu · 4 weeks ago
  15. d09cffc Update gtest from release-1.10.0 -> release-1.12.0. NFC (#2687) by Sam Clegg · 4 weeks ago
  16. bad0cc8 Add initial support for compact import section. NFC (#2685) by Sam Clegg · 7 weeks ago
  17. e9affb4 [binary-reader] Re-use ReadExternalKind for import as well as exports. NFC (#2684) by Sam Clegg · 7 weeks ago
  18. 42a0e40 [binary-reader] Validate import type earlier. NFC (#2683) by Sam Clegg · 8 weeks ago
  19. 9ffc939 wast-parser: make IsPowerOfTwo support memory64 addresses (#2681) by James Ring · 8 weeks ago
  20. 0f5ba6f Save local set data in EndTryTable (#2673) by Zoltan Herczeg · 4 months ago
  21. ade2a41 Fix reference tracking in SharedValidator (#2672) by Zoltan Herczeg · 4 months ago
  22. deb758e Fix use of uninitialized value in WastParser::ParseSimdV128Const. (#2668) by William Furr · 4 months ago
  23. d8184ba Code improvements for call ref and br_on_[non_]null (#2663) by Zoltan Herczeg · 4 months ago
  24. 8be9a01 Support table initializer expressions; completes function references support (#2593) by Zoltan Herczeg · 4 months ago
  25. ed94ed7 Implement return_call_ref, ref.as_non_null, br_on_[non_]null instructions (#2567) by Zoltan Herczeg · 4 months ago
  26. ee87962 Add support for (ref ...) / (ref null ...) constructs (#2562) by Zoltan Herczeg · 4 months ago
  27. d5a9913 Lower the Ubuntu version for the release (#2662) by KKiiim · 4 months ago
  28. d325f48 Remove macos-13 from CI. NFC (#2661) by Sam Clegg · 4 months ago
  29. ad75c5e Bump version to 1.0.39 (#2660) by Sam Clegg · 4 months ago 1.0.39
  30. 75b1079 Add arm64 linux release binaries. NFC (#2650) by KKiiim · 4 months ago
  31. 34eb922 CMakeLists.txt: Update version to 1.0.38 (#2659) by Sam Clegg · 4 months ago
  32. 4a3ef84 Temporarily disable s390 CI build (#2656) by Sam Clegg · 4 months ago
  33. 74cc83c Temporarily disable macos-latest testing. NFC (#2657) by Sam Clegg · 4 months ago
  34. 236c48d [wasm2c] Add more debugging for sigaltstack failures. NFC (#2652) by Sam Clegg · 4 months ago
  35. 9cf4a0b Update flake8 version. NFC (#2653) by Sam Clegg · 4 months ago
  36. 1f454c3 [CI] Disable `fail-fast` for release builder (#2651) by Sam Clegg · 4 months ago
  37. f571f44 Update HTML doc (#2644) by qouteall · 6 months ago 1.0.38
  38. 1644c92 Fix `wat2wasm -o -` for writing to stdout. NFC (#2638) by Sam Clegg · 6 months ago
  39. c5f3b04 Fix mismatch between ExprTypeName and ExprType (#2632) by Inginnng · 6 months ago
  40. a2657f2 Fix for empty CMAKE_OSX_SYSROOT (#2634) by Sam Clegg · 6 months ago
  41. fde4ca3 gh-2616 Fix wrong validation of code metadata function index (#2617) by Lukas Döllerer · 8 months ago
  42. a55fb94 wasm2c: fix big endian guard page support by Shravan Narayan · 9 months ago
  43. f976380 wasm2c: Mmap+guard on big-endian won't move memory (fix #2599) by Shravan Narayan · 9 months ago
  44. c17a204 wasm2c: format source and regenerate tests and examples by Shravan Narayan · 9 months ago
  45. 6d4abfd chore: edited the link to the CI badge (#2605) by Olexandr88 · 10 months ago
  46. 499e674 wasm2c: allow test script to specify a runner app by Shravan Narayan · 10 months ago
  47. d58b169 wasm2c: add check to avoid mprotect on zero sizes by Shravan Narayan · 10 months ago
  48. 5ef8625 wasm2c: Remove implicit void* conversions in tail calls by Shravan Narayan · 10 months ago
  49. 27ec6f3 wasm2c: Simplify load_data for big endian platforms by Shravan Narayan · 10 months ago
  50. 96dfd60 Validate type references by index (#2584) by Zoltan Herczeg · 11 months ago
  51. 9aa64a8 Fixed typo in wasm2c --module-name help message (#2592) by niansa/tuxifan · 11 months ago
  52. 6572796 Add missing in_function_body check to objdump (#2591) by Zoltan Herczeg · 11 months ago
  53. 879af11 wasm2c: Remove enum types from variadic get_func_type API by Shravan Narayan · 11 months ago
  54. 2b4c20d wasm2c: remove use of inline enum declarations by Shravan Narayan · 11 months ago
  55. 32f04e7 Move parser related data from IR to the parser and improve reference type parsing (#2581) by Zoltan Herczeg · 11 months ago
  56. 5b65a58 [wast-parser] Add parse_binary_modules option (#2583) by James Ring · 11 months ago
  57. 5fdc745 libwabt.js: Add `check` option, equiv to wasm2wat's --no-check (#2582) by Patrick Dubroy · 11 months ago
  58. d30f043 Add Type comparison methods (#2580) by Zoltan Herczeg · 11 months ago
  59. 02d7300 Enable CMake deprecation warnings (#2579) by Soni L. · 11 months ago
  60. 31bab2e Remove -sSINGLE_FILE and other emscripten link flags (#2577) by Sam Clegg · 12 months ago
  61. a60eb26 Pull fuzzers from oss-fuzz into tree (#2573) by Soni L. · 12 months ago
  62. f81dff0 Fix ElemSegment CheckType in shared validator (#2570) by Zoltan Herczeg · 12 months ago
  63. 3cfccc8 wasm2c: Add Segue support for FreeBSD by Shravan Narayan · 12 months ago
  64. a27b480 wasm2c: Fix platform specific mutex support by Shravan Narayan · 12 months ago
  65. 9ee3f00 Fix tail-call handling in interpreter and wasm2c (#2563) by Keith Winstein · 12 months ago
  66. e018404 wasm-interp: Handle refs_ correctly (#2484) by Soni L. · 1 year ago
  67. ad72048 Bump version to 1.0.37 (#2553) by Sam Clegg · 1 year ago
  68. 8b7e906 [CI] Remove macos-12 build (#2552) by Sam Clegg · 1 year ago
  69. 5e81f6a Update testsuite submodule (#2549) by Keith Winstein · 1 year ago 1.0.37
  70. 294fb79 build.yml: fix s390x build (#2548) by Keith Winstein · 1 year ago
  71. d75737b wasm2c: support the custom-page-sizes proposal (#2508) by Keith Winstein · 1 year ago
  72. 40be47d Fix lint task (#2546) by Soni L. · 1 year, 1 month ago
  73. 508984b CI: Use safer GITHUB_OUTPUT (#2540) by Soni L. · 1 year, 1 month ago
  74. f269f07 CI: Update to upload-artifact v4 (#2539) by Soni L. · 1 year, 1 month ago
  75. 46648b0 wasm2c: Implement EHv4 (#2513) by Soni L. · 1 year, 2 months ago
  76. d1c9d90 Set CMAKE_OSX_DEPLOYMENT_TARGET to 10.14 in CMakeLists.txt (#2528) by Sam Clegg · 1 year, 2 months ago
  77. ea193b4 wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks per-memory (#2507) by Keith Winstein · 1 year, 3 months ago
  78. 4e7d7ef Issue a nicer error message on wasm components. (#2515) by Dan Gohman · 1 year, 3 months ago
  79. c6a4f63 CI: Use latest macOS images (#2517) by Soni L. · 1 year, 3 months ago
  80. 0583f0f README.md: Add notes on installing prebuilt packages (#2514) by Andrew · 1 year, 4 months ago
  81. b09caf6 interp: Implement EHv4 (#2512) by Soni L. · 1 year, 4 months ago
  82. a0b7abe binary/wat: Implement EHv4 (#2470) by Soni L. · 1 year, 4 months ago
  83. 958d0a7 wast-parser.cc: Fix a crash from failing (module quote ...) (#2509) by Keith Winstein · 1 year, 4 months ago
  84. 94c25a9 wasm2c: minor code cleanup for OS checks for segue by Shravan Narayan · 1 year, 4 months ago
  85. c7c8968 wasm2c: disable segue in clang8 due to missing fsgsbase support by Shravan Narayan · 1 year, 4 months ago
  86. 2e23b86 test/run-roundtrip.py: test roundtrip even with --stdout (#2505) by Keith Winstein · 1 year, 4 months ago
  87. 765b47d Add support for the custom-page-sizes proposal (#2502) by Keith Winstein · 1 year, 4 months ago
  88. c1d97e9 wat-writer.cc: update text serialization of data memuse (#2501) by Keith Winstein · 1 year, 4 months ago
  89. 81d6ac4 wasm-decompile: Fix unescaped characters in data output. (#2500) by fedosgad · 1 year, 4 months ago
  90. da297e0 test: Move legacy exception handling tests (NFC) (#2498) by Soni L. · 1 year, 4 months ago
  91. 6a5cbb9 Update testsuite (#2495) by Keith Winstein · 1 year, 4 months ago
  92. 9a7cf04 Fix label 'for' attributes to match input 'id's in demo (#2499) by Leo Toneff · 1 year, 4 months ago
  93. 6b3b81d interp: Handle ref.null exn (#2497) by Soni L. · 1 year, 4 months ago
  94. 22b8252 binary-reader-ir: Track usage of exception handling in features_used (#2496) by Soni L. · 1 year, 4 months ago
  95. 1af9589 wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when needed by Shravan Narayan · 1 year, 5 months ago
  96. b8d82ac lexer-keywords.txt: Recognize exn and exnref (#2493) by Soni L. · 1 year, 5 months ago
  97. d5cb812 [EH] Fix exnref's opcode (#2492) by Heejin Ahn · 1 year, 5 months ago
  98. d6e97af wasm2c: Reset the segment register after call_indirect as the register may have changed by Shravan Narayan · 1 year, 5 months ago
  99. 3bcb05b type.h: Introduce ExnRef (#2489) by Soni L. · 1 year, 5 months ago
  100. 2b4e2c7 wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro by Shravan Narayan · 1 year, 5 months ago