1. deb758e Fix use of uninitialized value in WastParser::ParseSimdV128Const. (#2668) by William Furr · 7 weeks ago main
  2. d8184ba Code improvements for call ref and br_on_[non_]null (#2663) by Zoltan Herczeg · 7 weeks ago
  3. 8be9a01 Support table initializer expressions; completes function references support (#2593) by Zoltan Herczeg · 7 weeks ago
  4. ed94ed7 Implement return_call_ref, ref.as_non_null, br_on_[non_]null instructions (#2567) by Zoltan Herczeg · 8 weeks ago
  5. ee87962 Add support for (ref ...) / (ref null ...) constructs (#2562) by Zoltan Herczeg · 8 weeks ago
  6. d5a9913 Lower the Ubuntu version for the release (#2662) by KKiiim · 8 weeks ago
  7. d325f48 Remove macos-13 from CI. NFC (#2661) by Sam Clegg · 9 weeks ago
  8. ad75c5e Bump version to 1.0.39 (#2660) by Sam Clegg · 9 weeks ago 1.0.39
  9. 75b1079 Add arm64 linux release binaries. NFC (#2650) by KKiiim · 9 weeks ago
  10. 34eb922 CMakeLists.txt: Update version to 1.0.38 (#2659) by Sam Clegg · 9 weeks ago
  11. 4a3ef84 Temporarily disable s390 CI build (#2656) by Sam Clegg · 9 weeks ago
  12. 74cc83c Temporarily disable macos-latest testing. NFC (#2657) by Sam Clegg · 9 weeks ago
  13. 236c48d [wasm2c] Add more debugging for sigaltstack failures. NFC (#2652) by Sam Clegg · 9 weeks ago
  14. 9cf4a0b Update flake8 version. NFC (#2653) by Sam Clegg · 9 weeks ago
  15. 1f454c3 [CI] Disable `fail-fast` for release builder (#2651) by Sam Clegg · 10 weeks ago
  16. f571f44 Update HTML doc (#2644) by qouteall · 3 months ago 1.0.38
  17. 1644c92 Fix `wat2wasm -o -` for writing to stdout. NFC (#2638) by Sam Clegg · 4 months ago
  18. c5f3b04 Fix mismatch between ExprTypeName and ExprType (#2632) by Inginnng · 4 months ago
  19. a2657f2 Fix for empty CMAKE_OSX_SYSROOT (#2634) by Sam Clegg · 4 months ago
  20. fde4ca3 gh-2616 Fix wrong validation of code metadata function index (#2617) by Lukas Döllerer · 6 months ago
  21. a55fb94 wasm2c: fix big endian guard page support by Shravan Narayan · 7 months ago
  22. f976380 wasm2c: Mmap+guard on big-endian won't move memory (fix #2599) by Shravan Narayan · 7 months ago
  23. c17a204 wasm2c: format source and regenerate tests and examples by Shravan Narayan · 7 months ago
  24. 6d4abfd chore: edited the link to the CI badge (#2605) by Olexandr88 · 8 months ago
  25. 499e674 wasm2c: allow test script to specify a runner app by Shravan Narayan · 8 months ago
  26. d58b169 wasm2c: add check to avoid mprotect on zero sizes by Shravan Narayan · 8 months ago
  27. 5ef8625 wasm2c: Remove implicit void* conversions in tail calls by Shravan Narayan · 8 months ago
  28. 27ec6f3 wasm2c: Simplify load_data for big endian platforms by Shravan Narayan · 8 months ago
  29. 96dfd60 Validate type references by index (#2584) by Zoltan Herczeg · 8 months ago
  30. 9aa64a8 Fixed typo in wasm2c --module-name help message (#2592) by niansa/tuxifan · 8 months ago
  31. 6572796 Add missing in_function_body check to objdump (#2591) by Zoltan Herczeg · 8 months ago
  32. 879af11 wasm2c: Remove enum types from variadic get_func_type API by Shravan Narayan · 9 months ago
  33. 2b4c20d wasm2c: remove use of inline enum declarations by Shravan Narayan · 9 months ago
  34. 32f04e7 Move parser related data from IR to the parser and improve reference type parsing (#2581) by Zoltan Herczeg · 9 months ago
  35. 5b65a58 [wast-parser] Add parse_binary_modules option (#2583) by James Ring · 9 months ago
  36. 5fdc745 libwabt.js: Add `check` option, equiv to wasm2wat's --no-check (#2582) by Patrick Dubroy · 9 months ago
  37. d30f043 Add Type comparison methods (#2580) by Zoltan Herczeg · 9 months ago
  38. 02d7300 Enable CMake deprecation warnings (#2579) by Soni L. · 9 months ago
  39. 31bab2e Remove -sSINGLE_FILE and other emscripten link flags (#2577) by Sam Clegg · 9 months ago
  40. a60eb26 Pull fuzzers from oss-fuzz into tree (#2573) by Soni L. · 9 months ago
  41. f81dff0 Fix ElemSegment CheckType in shared validator (#2570) by Zoltan Herczeg · 10 months ago
  42. 3cfccc8 wasm2c: Add Segue support for FreeBSD by Shravan Narayan · 10 months ago
  43. a27b480 wasm2c: Fix platform specific mutex support by Shravan Narayan · 10 months ago
  44. 9ee3f00 Fix tail-call handling in interpreter and wasm2c (#2563) by Keith Winstein · 10 months ago
  45. e018404 wasm-interp: Handle refs_ correctly (#2484) by Soni L. · 10 months ago
  46. ad72048 Bump version to 1.0.37 (#2553) by Sam Clegg · 10 months ago
  47. 8b7e906 [CI] Remove macos-12 build (#2552) by Sam Clegg · 10 months ago
  48. 5e81f6a Update testsuite submodule (#2549) by Keith Winstein · 10 months ago 1.0.37
  49. 294fb79 build.yml: fix s390x build (#2548) by Keith Winstein · 10 months ago
  50. d75737b wasm2c: support the custom-page-sizes proposal (#2508) by Keith Winstein · 10 months ago
  51. 40be47d Fix lint task (#2546) by Soni L. · 11 months ago
  52. 508984b CI: Use safer GITHUB_OUTPUT (#2540) by Soni L. · 11 months ago
  53. f269f07 CI: Update to upload-artifact v4 (#2539) by Soni L. · 11 months ago
  54. 46648b0 wasm2c: Implement EHv4 (#2513) by Soni L. · 12 months ago
  55. d1c9d90 Set CMAKE_OSX_DEPLOYMENT_TARGET to 10.14 in CMakeLists.txt (#2528) by Sam Clegg · 12 months ago
  56. ea193b4 wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks per-memory (#2507) by Keith Winstein · 1 year, 1 month ago
  57. 4e7d7ef Issue a nicer error message on wasm components. (#2515) by Dan Gohman · 1 year, 1 month ago
  58. c6a4f63 CI: Use latest macOS images (#2517) by Soni L. · 1 year, 1 month ago
  59. 0583f0f README.md: Add notes on installing prebuilt packages (#2514) by Andrew · 1 year, 1 month ago
  60. b09caf6 interp: Implement EHv4 (#2512) by Soni L. · 1 year, 2 months ago
  61. a0b7abe binary/wat: Implement EHv4 (#2470) by Soni L. · 1 year, 2 months ago
  62. 958d0a7 wast-parser.cc: Fix a crash from failing (module quote ...) (#2509) by Keith Winstein · 1 year, 2 months ago
  63. 94c25a9 wasm2c: minor code cleanup for OS checks for segue by Shravan Narayan · 1 year, 2 months ago
  64. c7c8968 wasm2c: disable segue in clang8 due to missing fsgsbase support by Shravan Narayan · 1 year, 2 months ago
  65. 2e23b86 test/run-roundtrip.py: test roundtrip even with --stdout (#2505) by Keith Winstein · 1 year, 2 months ago
  66. 765b47d Add support for the custom-page-sizes proposal (#2502) by Keith Winstein · 1 year, 2 months ago
  67. c1d97e9 wat-writer.cc: update text serialization of data memuse (#2501) by Keith Winstein · 1 year, 2 months ago
  68. 81d6ac4 wasm-decompile: Fix unescaped characters in data output. (#2500) by fedosgad · 1 year, 2 months ago
  69. da297e0 test: Move legacy exception handling tests (NFC) (#2498) by Soni L. · 1 year, 2 months ago
  70. 6a5cbb9 Update testsuite (#2495) by Keith Winstein · 1 year, 2 months ago
  71. 9a7cf04 Fix label 'for' attributes to match input 'id's in demo (#2499) by Leo Toneff · 1 year, 2 months ago
  72. 6b3b81d interp: Handle ref.null exn (#2497) by Soni L. · 1 year, 2 months ago
  73. 22b8252 binary-reader-ir: Track usage of exception handling in features_used (#2496) by Soni L. · 1 year, 2 months ago
  74. 1af9589 wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when needed by Shravan Narayan · 1 year, 2 months ago
  75. b8d82ac lexer-keywords.txt: Recognize exn and exnref (#2493) by Soni L. · 1 year, 2 months ago
  76. d5cb812 [EH] Fix exnref's opcode (#2492) by Heejin Ahn · 1 year, 3 months ago
  77. d6e97af wasm2c: Reset the segment register after call_indirect as the register may have changed by Shravan Narayan · 1 year, 3 months ago
  78. 3bcb05b type.h: Introduce ExnRef (#2489) by Soni L. · 1 year, 3 months ago
  79. 2b4e2c7 wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro by Shravan Narayan · 1 year, 3 months ago
  80. 7fdccf7 wasm-interp: Fix off-by-one in DoThrow (#2486) by Soni L. · 1 year, 3 months ago
  81. b15a13e wasm-decompile: add function index comments (#2482) by Kirill R. · 1 year, 3 months ago
  82. 646785d Raise parse error on NaN in i32 and i64 literals (#2485) by James Ring · 1 year, 3 months ago
  83. e1d84ff wasm-interp: Fix catch handlers correctly (#2483) by Soni L. · 1 year, 3 months ago
  84. 7d229cf wasm2c: Fix handling of locals in setjmp targets (#2479) by Soni L. · 1 year, 3 months ago
  85. 84ea5d3 wasm-interp: Fix catch handlers' value stack sizes (#2478) by Soni L. · 1 year, 3 months ago
  86. 790bc04 Fix call_ref on empty stack (#2472) by Soni L. · 1 year, 3 months ago
  87. 3852498 Fix handling of data count without data section (#2432) by Soni L. · 1 year, 3 months ago
  88. 3fd8c70 Fix error message for ref.is_null (#2471) by Soni L. · 1 year, 3 months ago
  89. 0a2a59f wasm2c: Use wrappers for function references (#2465) by Soni L. · 1 year, 3 months ago
  90. b287470 [wasm2c] Fix alternate stack deallocation (#2466) by Christian Nieves · 1 year, 4 months ago
  91. 54b3f5f Use intrinsic for Popcount on arm64 msvc (#2468) by Changqing Jing · 1 year, 4 months ago
  92. 1c2b5bf wasm2c: Add segue option to make exclusive use of the segment register by Shravan Narayan · 1 year, 4 months ago
  93. 874caa4 [wasm-interp] Fix memory corruption with recursive call_indirect (#2464) by Soni L. · 1 year, 4 months ago
  94. c6853eb wasm2c: Segue support for CPUs without wrgsbase instructions by Shravan Narayan · 1 year, 4 months ago
  95. e3b16da Add missing relocation types (and delete a non-existent one) (#2457) by SingleAccretion · 1 year, 4 months ago
  96. 1edeaf2 Install wasm-rt-impl include files (#2452) by Remko Tronçon · 1 year, 5 months ago
  97. 63fefe3 Harden against invalid alignment (#2411) by Soni L. · 1 year, 5 months ago
  98. 3e826ec Bump version to 1.0.36 (#2449) by Alex Reinking · 1 year, 5 months ago 1.0.36
  99. 97b9086 Fix OpenSSL dependency in CMake (#2447) by Steven Johnson · 1 year, 5 months ago
  100. ed1ce97 Fix macro redefinition error when building wasm_rt w/ Android NDK (#2437) by Christian Nieves · 1 year, 6 months ago