1. 2d84a99 Use unsigned shift in GetAlignment to avoid signed overflow (#2755) by aizu-m · 4 days ago main
  2. 9bbc21e [wasi-interp] Fix integer overflow in wasi getMemPtr size calculation (#2752) by aizu-m · 7 days ago
  3. 03a00a1 Bump version to 1.0.41 (#2746) by Sam Clegg · 5 weeks ago 1.0.41
  4. 7773e5c Include error information on error opening output file (#2745) by Sam Clegg · 5 weeks ago
  5. 282e2e5 Validator: thread table limits through `OnReturnCallIndirect` (#2744) by Gabor Greif · 5 weeks ago
  6. 77a95c8 Use unsigned line info in Locations (#2738) by Zoltan Herczeg · 9 weeks ago
  7. 6dc6cfd Remove debug-parser option and other unused variables (#2739) by Zoltan Herczeg · 9 weeks ago
  8. ec3eac8 [lexer] Simplify GetLineOffsets (#2735) by Zoltan Herczeg · 10 weeks ago
  9. 2f731a7 Add declaration limit checks to parser (#2736) by Zoltan Herczeg · 10 weeks ago
  10. 41db004 Move filename out of Location (#2728) by Zoltan Herczeg · 3 months ago
  11. 0756e49 [wast-parser] Optimize Consume() (#2727) by Zoltan Herczeg · 3 months ago
  12. 5551e79 Fix wat2wasm demo by removing call to non-existent module.resolveNames (#2726) by Yuvraj Sahu · 3 months ago
  13. e8ffd4d [wasm2c] Fix exception testing on macOS (#2716) by Kevin Moore · 3 months ago
  14. 10dcc58 Fix Emscripten warnings by removing deprecated writeAsciiToMemory (#2724) by Kevin Moore · 3 months ago
  15. d8e3fe6 [demo] Use arrow functions (#2725) by Kevin Moore · 3 months ago
  16. d9cfa57 Cleanup how emscripten is invoked (#2723) by Kevin Moore · 3 months ago
  17. 166b88f Fix wasm2wat demo (#2722) by Kevin Moore · 3 months ago
  18. 3fb9d42 Refactor browser demos and Emscripten build output (#2721) by Kevin Moore · 3 months ago
  19. 6aac429 [demo] Run js in worker in wat2wasm demo (#2568) by Spotandjake · 3 months ago
  20. 8307234 Implement quoted identifier parsing (#2715) by Zoltan Herczeg · 3 months ago
  21. faa52c9 Bump version to 1.0.40 by Sam Clegg · 3 months ago
  22. 34eb883 Update minimum CMake version to 3.10 in wabt-config.cmake (#2714) by Alex Reinking · 3 months ago 1.0.40
  23. 6be9e86 Prevent fuzzer allocation errors (#2713) by Zoltan Herczeg · 3 months ago
  24. dbd22f8 Fix typed select pushing Type::Any instead of expected type (#2707) by Yi Liu · 3 months ago
  25. 9a226dc Initial support for wide arithmetic (#2697) by Sam Clegg · 3 months ago
  26. 11967f1 Fix GC root leak in RefPtr assignment operators (#2699) by Yi Liu · 3 months ago
  27. 9d5cf7c Fix off-by-one in Select instruction ref tracking (#2704) by Yi Liu · 3 months ago
  28. 02ece84 Fix CanonNaN template to use correct type for f64 NaN canonicalization (#2701) by Yi Liu · 3 months ago
  29. 82a8fb8 [wasm-objdump] Fix missing error on bad opcode (#2696) by Sam Clegg · 3 months ago
  30. bb29abe Fix incorrect parameter index in WASI fd_read (#2700) by Yi Liu · 3 months ago
  31. b8d1aa8 Fix wrong iterator variable in InterpDropKeep ref tracking (#2702) by Yi Liu · 3 months ago
  32. 6ca912c Fix integer overflow in section and subsection size checks (#2694) by Yi Liu · 4 months ago
  33. 1298485 Add bounds check for function body size in binary reader (#2693) by Yi Liu · 4 months ago
  34. d09cffc Update gtest from release-1.10.0 -> release-1.12.0. NFC (#2687) by Sam Clegg · 4 months ago
  35. bad0cc8 Add initial support for compact import section. NFC (#2685) by Sam Clegg · 5 months ago
  36. e9affb4 [binary-reader] Re-use ReadExternalKind for import as well as exports. NFC (#2684) by Sam Clegg · 5 months ago
  37. 42a0e40 [binary-reader] Validate import type earlier. NFC (#2683) by Sam Clegg · 5 months ago
  38. 9ffc939 wast-parser: make IsPowerOfTwo support memory64 addresses (#2681) by James Ring · 5 months ago
  39. 0f5ba6f Save local set data in EndTryTable (#2673) by Zoltan Herczeg · 7 months ago
  40. ade2a41 Fix reference tracking in SharedValidator (#2672) by Zoltan Herczeg · 7 months ago
  41. deb758e Fix use of uninitialized value in WastParser::ParseSimdV128Const. (#2668) by William Furr · 7 months ago
  42. d8184ba Code improvements for call ref and br_on_[non_]null (#2663) by Zoltan Herczeg · 7 months ago
  43. 8be9a01 Support table initializer expressions; completes function references support (#2593) by Zoltan Herczeg · 7 months ago
  44. ed94ed7 Implement return_call_ref, ref.as_non_null, br_on_[non_]null instructions (#2567) by Zoltan Herczeg · 7 months ago
  45. ee87962 Add support for (ref ...) / (ref null ...) constructs (#2562) by Zoltan Herczeg · 7 months ago
  46. d5a9913 Lower the Ubuntu version for the release (#2662) by KKiiim · 7 months ago
  47. d325f48 Remove macos-13 from CI. NFC (#2661) by Sam Clegg · 7 months ago
  48. ad75c5e Bump version to 1.0.39 (#2660) by Sam Clegg · 7 months ago 1.0.39
  49. 75b1079 Add arm64 linux release binaries. NFC (#2650) by KKiiim · 7 months ago
  50. 34eb922 CMakeLists.txt: Update version to 1.0.38 (#2659) by Sam Clegg · 7 months ago
  51. 4a3ef84 Temporarily disable s390 CI build (#2656) by Sam Clegg · 7 months ago
  52. 74cc83c Temporarily disable macos-latest testing. NFC (#2657) by Sam Clegg · 7 months ago
  53. 236c48d [wasm2c] Add more debugging for sigaltstack failures. NFC (#2652) by Sam Clegg · 7 months ago
  54. 9cf4a0b Update flake8 version. NFC (#2653) by Sam Clegg · 7 months ago
  55. 1f454c3 [CI] Disable `fail-fast` for release builder (#2651) by Sam Clegg · 7 months ago
  56. f571f44 Update HTML doc (#2644) by qouteall · 9 months ago 1.0.38
  57. 1644c92 Fix `wat2wasm -o -` for writing to stdout. NFC (#2638) by Sam Clegg · 9 months ago
  58. c5f3b04 Fix mismatch between ExprTypeName and ExprType (#2632) by Inginnng · 9 months ago
  59. a2657f2 Fix for empty CMAKE_OSX_SYSROOT (#2634) by Sam Clegg · 9 months ago
  60. fde4ca3 gh-2616 Fix wrong validation of code metadata function index (#2617) by Lukas Döllerer · 11 months ago
  61. a55fb94 wasm2c: fix big endian guard page support by Shravan Narayan · 12 months ago
  62. f976380 wasm2c: Mmap+guard on big-endian won't move memory (fix #2599) by Shravan Narayan · 12 months ago
  63. c17a204 wasm2c: format source and regenerate tests and examples by Shravan Narayan · 12 months ago
  64. 6d4abfd chore: edited the link to the CI badge (#2605) by Olexandr88 · 1 year, 1 month ago
  65. 499e674 wasm2c: allow test script to specify a runner app by Shravan Narayan · 1 year, 1 month ago
  66. d58b169 wasm2c: add check to avoid mprotect on zero sizes by Shravan Narayan · 1 year, 1 month ago
  67. 5ef8625 wasm2c: Remove implicit void* conversions in tail calls by Shravan Narayan · 1 year, 1 month ago
  68. 27ec6f3 wasm2c: Simplify load_data for big endian platforms by Shravan Narayan · 1 year, 1 month ago
  69. 96dfd60 Validate type references by index (#2584) by Zoltan Herczeg · 1 year, 1 month ago
  70. 9aa64a8 Fixed typo in wasm2c --module-name help message (#2592) by niansa/tuxifan · 1 year, 1 month ago
  71. 6572796 Add missing in_function_body check to objdump (#2591) by Zoltan Herczeg · 1 year, 2 months ago
  72. 879af11 wasm2c: Remove enum types from variadic get_func_type API by Shravan Narayan · 1 year, 2 months ago
  73. 2b4c20d wasm2c: remove use of inline enum declarations by Shravan Narayan · 1 year, 2 months ago
  74. 32f04e7 Move parser related data from IR to the parser and improve reference type parsing (#2581) by Zoltan Herczeg · 1 year, 2 months ago
  75. 5b65a58 [wast-parser] Add parse_binary_modules option (#2583) by James Ring · 1 year, 2 months ago
  76. 5fdc745 libwabt.js: Add `check` option, equiv to wasm2wat's --no-check (#2582) by Patrick Dubroy · 1 year, 2 months ago
  77. d30f043 Add Type comparison methods (#2580) by Zoltan Herczeg · 1 year, 2 months ago
  78. 02d7300 Enable CMake deprecation warnings (#2579) by Soni L. · 1 year, 2 months ago
  79. 31bab2e Remove -sSINGLE_FILE and other emscripten link flags (#2577) by Sam Clegg · 1 year, 2 months ago
  80. a60eb26 Pull fuzzers from oss-fuzz into tree (#2573) by Soni L. · 1 year, 2 months ago
  81. f81dff0 Fix ElemSegment CheckType in shared validator (#2570) by Zoltan Herczeg · 1 year, 3 months ago
  82. 3cfccc8 wasm2c: Add Segue support for FreeBSD by Shravan Narayan · 1 year, 3 months ago
  83. a27b480 wasm2c: Fix platform specific mutex support by Shravan Narayan · 1 year, 3 months ago
  84. 9ee3f00 Fix tail-call handling in interpreter and wasm2c (#2563) by Keith Winstein · 1 year, 3 months ago
  85. e018404 wasm-interp: Handle refs_ correctly (#2484) by Soni L. · 1 year, 3 months ago
  86. ad72048 Bump version to 1.0.37 (#2553) by Sam Clegg · 1 year, 3 months ago
  87. 8b7e906 [CI] Remove macos-12 build (#2552) by Sam Clegg · 1 year, 3 months ago
  88. 5e81f6a Update testsuite submodule (#2549) by Keith Winstein · 1 year, 3 months ago 1.0.37
  89. 294fb79 build.yml: fix s390x build (#2548) by Keith Winstein · 1 year, 3 months ago
  90. d75737b wasm2c: support the custom-page-sizes proposal (#2508) by Keith Winstein · 1 year, 3 months ago
  91. 40be47d Fix lint task (#2546) by Soni L. · 1 year, 4 months ago
  92. 508984b CI: Use safer GITHUB_OUTPUT (#2540) by Soni L. · 1 year, 4 months ago
  93. f269f07 CI: Update to upload-artifact v4 (#2539) by Soni L. · 1 year, 4 months ago
  94. 46648b0 wasm2c: Implement EHv4 (#2513) by Soni L. · 1 year, 5 months ago
  95. d1c9d90 Set CMAKE_OSX_DEPLOYMENT_TARGET to 10.14 in CMakeLists.txt (#2528) by Sam Clegg · 1 year, 5 months ago
  96. ea193b4 wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks per-memory (#2507) by Keith Winstein · 1 year, 6 months ago
  97. 4e7d7ef Issue a nicer error message on wasm components. (#2515) by Dan Gohman · 1 year, 6 months ago
  98. c6a4f63 CI: Use latest macOS images (#2517) by Soni L. · 1 year, 6 months ago
  99. 0583f0f README.md: Add notes on installing prebuilt packages (#2514) by Andrew · 1 year, 7 months ago
  100. b09caf6 interp: Implement EHv4 (#2512) by Soni L. · 1 year, 7 months ago