1. ff03168 Suppress pass-failed warnings (#2404) by Soni L · 4 weeks ago main
  2. 923f60f wasm2c: Fix warning on signed/unsigned comparison by Shravan Narayan · 6 weeks ago
  3. 373724b wasm2c: Fix periodic ASLR related crashes in sanitizer builds by Shravan Narayan · 6 weeks ago
  4. bfcd0a1 Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399) by Yuta Saito · 6 weeks ago
  5. 1471dff wasm2c: Cleanup examples makefile by Shravan Narayan · 2 months ago
  6. fd3c186 wasm2c/README.md: update to reflect new compile command post-#2308 (#2390) by Keith Winstein · 2 months ago
  7. 0562fd5 [ci] Add s390x workflow (#2380) by Soni L · 2 months ago
  8. 1263c6a Fix rot13 test on big-endian platforms (#2386) by Soni L · 3 months ago
  9. ef85155 Don't try to find upstream in detached HEAD (#2387) by Soni L · 3 months ago
  10. 786f8ea wasm2c: Implement big-endian SIMD (#2340) by Soni L · 3 months ago
  11. 0388727 Fallback to pthreads if threads aren't available (#2385) by walkingeyerobot · 3 months ago
  12. d566609 Do not use guard pages on big-endian (#2382) by Soni L · 3 months ago
  13. e4a6d92 Add missing casts on big-endian (#2381) by Soni L · 3 months ago
  14. 38860a9 Remove unnecessary restriction (#2378) by Soni L · 3 months ago
  15. 49950cb wasm2c: move table ops to an include file by Shravan Narayan · 3 months ago
  16. cfe0f5e wasm2c: Cleanup formatting of wasm-rt.h by Shravan Narayan · 3 months ago
  17. 80b4f08 wasm2c: atomic and shared mem operations using c11 by Shravan Narayan · 3 months ago
  18. cb76e5c Fix emscripten build warning and add missing export (#2367) by Changqing Jing · 3 months ago
  19. 0c3b5ac Simplify emscripten command line flags. NFC (#2368) by Sam Clegg · 3 months ago
  20. d7ee845 Fix Features of wabt.post.js can't work in strict mode (#2365) by Changqing Jing · 3 months ago
  21. 118fb9b Handle zero local count in disassembly (#2359) by Rod Vagg · 4 months ago
  22. b85ecbe wasm2c: Add macro and tests to allow disabling stack exhaustion checks by Shravan Narayan · 4 months ago
  23. 9fdd024 Update wasm2c examples (#2358) by Keith Winstein · 4 months ago
  24. 80b9752 wasm2c: Cleanup/separate code for heap and stack signal handlers by Shravan Narayan · 4 months ago
  25. 4e043bb [wasm-objdump] set function types for correct params+locals indexing (#2353) by Rod Vagg · 4 months ago
  26. e97a1cb Build ubuntu release assets on ubuntu 20.04 (#2352) by YAMAMOTO Takashi · 5 months ago
  27. 74e4f8b Fix some whitespace in opcode.def. NFC (#2350) by Sam Clegg · 5 months ago
  28. 99c860c wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346) by Keith Winstein · 5 months ago
  29. 4ce790d WastParser: tighten parsing of folded `if` (#2349) by Keith Winstein · 5 months ago
  30. c3315f0 wasm2c runtime: clean up some error messages (NFC) (#2345) by Keith Winstein · 5 months ago
  31. 0362847 w2c runtime: add per-thread init/free API (#2332) by Keith Winstein · 5 months ago
  32. 6780262 [wasm-objdump] Print i64 values as unsigned (#2344) by Rod Vagg · 5 months ago
  33. 2428315 wasm2c: Test STDIN_FILE error output line numbers (#2341) by Soni L · 5 months ago
  34. bcd03e8 Add support for new WASM_SYMBOL_ABS symbol flag (#2305) by Sam Clegg · 5 months ago
  35. 9944d92 wasm2c runtime: refactor handling of alternate stack (NFC) (#2338) by Keith Winstein · 5 months ago
  36. b85cbad Make run-spec-wasm2c platform-consistent (#2335) by Soni L · 5 months ago
  37. bf44aa4 Update ID for tag name subsection (#2336) by Michael Williamson · 5 months ago
  38. c2ce34e wasm2c: Fix f64 harness (#2331) by Soni L · 5 months ago
  39. 6367a02 decompiler.cc: fix vector oob when if has empty then (#2334) by Hyxogen · 5 months ago
  40. 8ad63cc wasm2c: define null values of funcref and externref (#2330) by Willy R. Vasquez · 5 months ago
  41. 21e73b7 wasm2c: Improve address abstraction for BE support (#2328) by Soni L · 5 months ago
  42. a0bc02e wasm2c: Fix test harness UB with SIMD (#2327) by Soni L · 5 months ago
  43. b1c039b Clean up WABT_BIG_ENDIAN handling in tests (#2326) by Soni L · 5 months ago
  44. e97d53c Avoid use of `typeof` as argument name (#2314) by walkingeyerobot · 6 months ago
  45. 46e5549 Version 1.0.34 (#2313) by Keith Winstein · 6 months ago 1.0.34
  46. 41a0378 Update testsuite (#2287) by Keith Winstein · 6 months ago
  47. 6e350ee wasm2c: implement the tail-call proposal (#2272) by Keith Winstein · 6 months ago
  48. 0e78c24 feat: treat non-seekable files as pipes (#2309) by sethp · 7 months ago
  49. dddc03d Rename wasm-opcodecnt to wasm-stats (#2298) by Soni L · 7 months ago
  50. 3b108c1 WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300) by Keith Winstein · 7 months ago
  51. b22be5a Implement custom section reading/writing (#2284) by Diego Frias · 7 months ago
  52. 0869da3 c-writer.cc: clean up some handling of typevector structs (NFC) (#2296) by Keith Winstein · 7 months ago
  53. bceb243 Flip order of memory indexes on memory.copy (#2294) by Keith Winstein · 8 months ago
  54. 2581e8d [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292) by Sam Clegg · 8 months ago
  55. 24008ff [wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293) by Sam Clegg · 8 months ago
  56. ab05e50 Share reading/validation code between elem exprs & other const exprs (#2288) by Keith Winstein · 8 months ago
  57. 9008bc8 Add security policy (#2245) by Pedro Nacht · 8 months ago
  58. e7c0309 wasm2c: consolidate pack/unpack of tags & multi-value results (NFC) (#2286) by Keith Winstein · 8 months ago
  59. ba73887 Validator: normalize handling of Select in ExprVisitor Delegate (#2285) by Keith Winstein · 8 months ago
  60. 7eb5868 wasm-strip: add `-R/--remove-section` option (#2282) by Diego Frias · 8 months ago
  61. 3d1d29f wat-writer.cc: resolve missing type index in call_indirect (#2278) by Keith Winstein · 9 months ago
  62. 00083b5 c-writer.cc: clean up handling of functions & tags (NFC) (#2271) by Keith Winstein · 9 months ago
  63. 6501200 c-writer.cc: eliminate redundant import_syms_ SymbolSet (NFC) (#2275) by Keith Winstein · 9 months ago
  64. 45bd6a3 decompiler.cc: passive data segments do not have offsets (#2163) by mannkdev · 9 months ago
  65. 487ca91 wasm2c: add link to clang bug on mips force read constraint by Shravan Narayan · 9 months ago
  66. 70b1c9d wasm2c: ensure force read constraints compile for clang on mips by Shravan Narayan · 9 months ago
  67. 319f0c6 Fix CI from upgraded cmake version on GitHub Ubuntu runner (#2273) by Keith Winstein · 9 months ago
  68. e37de9d C++20 compatibility fixes by Shravan Narayan · 10 months ago
  69. 6f58973 wasm-objdump: Fix local numbering in disassembly (#2265) by Michael Williamson · 10 months ago
  70. c2d4c53 wasm2c: add cpp guard in wasm2c exceptions header by Shravan Narayan · 10 months ago
  71. 6d3ecdc BinaryReader/Writer: roundtrip large memory64 offsets (#2255) by Keith Winstein · 10 months ago
  72. d1ef9b1 wasm2c: fix bug in windows atomic load macro by Shravan Narayan · 11 months ago
  73. 5edb241 memory64: when enabled, check offset range at validation-time (#2253) by Keith Winstein · 11 months ago
  74. 4247346 Use tag or sha for tarball name since branch name can have arbitrary characters (#2260) by Anuraag Agrawal · 11 months ago
  75. e425ccb Add build and publishing of wabt tools with wasi (#2254) by Anuraag Agrawal · 11 months ago
  76. bd6ad17 spectest-interp: assert_malformed must error in reader alone (#2252) by Keith Winstein · 11 months ago
  77. f1f3d6d src/leb128.cc: fix detection of too-big u64 LEB128s (#2256) by Keith Winstein · 11 months ago
  78. 89582f5 Add error when parameter size does not match on wasm-interp run-export (#2250) by Raphael Amorim · 11 months ago
  79. 10652e0 binary-reader.cc: detect more malformed modules (#2251) by Keith Winstein · 11 months ago
  80. 7cedfca WastParser: allow empty modules/scripts with warning (#2248) by Keith Winstein · 11 months ago
  81. aca6d6f WastParser::ErrorExpected: ensure there is a token to consume (#2247) by Keith Winstein · 11 months ago
  82. e828331 Upgrade SIMDe submodule to 0.7.6 + a few fixes (#2239) by Michael R. Crusoe · 11 months ago
  83. 795f415 wasm2c: partial support for atomic memory ops by Shravan Narayan · 12 months ago
  84. 963f973 Version 1.0.33 (#2238) by Keith Winstein · 12 months ago 1.0.33
  85. 8e0b8da wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236) by Keith Winstein · 12 months ago
  86. 6269214 Revert "Version 1.0.33" (#2237) by Keith Winstein · 12 months ago
  87. 0e6861f Version 1.0.33 by Keith Winstein · 12 months ago
  88. 0520f37 wasm2c: Fix typo in testing harness (#2234) by Shravan Narayan · 12 months ago
  89. 7ff0421 BinaryReaderIR: silence clang 14 warning (NFC) (#2232) by Keith Winstein · 12 months ago
  90. 44a132d Cleanup use of HAVE_WIN32_VT100 in color.cc by Shravan Narayan · 12 months ago
  91. e04107f c-writer.cc: Correctly handle label names when branching out of try block (#2208) by Keith Winstein · 12 months ago
  92. ab2f184 Track use of SIMD and exceptions in IR, and CWriter includes support only if used (#2226) by Keith Winstein · 12 months ago
  93. b092520 README.md: fix relaxed-simd link (#2230) by Michael R. Crusoe · 12 months ago
  94. d24691b Don't include windows.h for color printing if !HAVE_WIN32_VT100 by Shravan Narayan · 12 months ago
  95. fed950d wasm2c: update simde submodule to 0.7.4-rc4 and add remaining tests (#2225) by Keith Winstein · 12 months ago
  96. aebf63d BinaryReader/BinaryReaderIR: check for missing end markers (#2218) by Keith Winstein · 12 months ago
  97. 5abbeaa wasm2c: Enable exceptions and simd according to command line flags by Shravan Narayan · 12 months ago
  98. 4d9a147 wasm2c: reduce the max exceptions size by Shravan Narayan · 12 months ago
  99. fb31c1a c-writer.cc: cleanup name lookups to happen consistently in one place (NFC) (#2207) by Keith Winstein · 12 months ago
  100. 6779a29 Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219) by Keith Winstein · 12 months ago