index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EH][GC] Send a non-nullable exnref from TryTable (#7013)
Alon Zakai
2024-10-17
1
-0
/
+10
*
Add OCaml toolchain to binaryen readme (#6939)
Ty Overby
2024-09-13
1
-0
/
+1
*
Fix an unintentional list item in README.md (#6609)
Trevor Elliott
2024-05-20
1
-1
/
+1
*
Fix binary emitting of br_if with a refined value by emitting a cast (#6510)
Alon Zakai
2024-05-16
1
-0
/
+10
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-0
/
+29
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
1
-0
/
+8
*
Add a WebAssembly build to release (#6351)
Alon Zakai
2024-02-27
1
-1
/
+32
*
[Docs] Clarify FAQ entry about name (#6241)
Alon Zakai
2024-01-29
1
-6
/
+12
*
Add `wasm-metadce` to tools list (#6248)
Thomas Steiner
2024-01-29
1
-0
/
+2
*
Add browser target for binaryen toolchain utilities (#6131)
Thomas Steiner
2023-11-21
1
-3
/
+8
*
Minor improvements for the `README` (#6009)
Thomas Steiner
2023-10-13
1
-56
/
+56
*
README.md: eliminate spurious import in wasm-merge sample output (#6006)
Keith Winstein
2023-10-12
1
-1
/
+0
*
[NFC] Document source maps and other debug support (#5911)
Alon Zakai
2023-08-30
1
-0
/
+96
*
Mention determinism in README.md (#5747)
Alon Zakai
2023-06-01
1
-0
/
+2
*
[Docs] Add docs for wasm-merge export handling flags (#5725)
Alon Zakai
2023-05-17
1
-0
/
+32
*
Reintroduce wasm-merge (#5709)
Alon Zakai
2023-05-16
1
-0
/
+147
*
fix trivial typo (extra close paren) (#5197)
William Stein
2022-10-31
1
-1
/
+1
*
Fix 'C API' readme link (#5097)
Brian Anderson
2022-09-30
1
-1
/
+1
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+19
*
Move `auto_update_tests.py` into scripts directory. NFC (#4879)
Sam Clegg
2022-08-11
1
-3
/
+12
*
Allow `BINARYEN_DEBUG` environment variable to be used in place of `--debug`....
Sam Clegg
2022-08-04
1
-1
/
+5
*
Enable sign-extension & bulk-memory features for binaryen.js builds (#4804)
Max Graey
2022-07-14
1
-4
/
+4
*
Add note on porting tests to README (#4782)
Thomas Lively
2022-07-08
1
-0
/
+4
*
Updating wasm-opt example to an available pass (#4684)
Ashley Nelson
2022-05-24
1
-7
/
+6
*
Update README.md (#4674)
Ashley Nelson
2022-05-18
1
-1
/
+1
*
Fix typo (WASM -> Wasm) (#4565)
Clemens Backes
2022-04-01
1
-1
/
+1
*
Add BUILD_TESTS CMake option (#4536)
Thomas Lively
2022-03-21
1
-1
/
+3
*
[Docs] Document wasm-ctor-eval (#4493)
Alon Zakai
2022-02-03
1
-2
/
+82
*
Document submodule initialization in README (#4489)
Thomas Lively
2022-02-01
1
-0
/
+9
*
Add an Intrinsics mechanism, and a call.without.effects intrinsic (#4126)
Alon Zakai
2021-09-10
1
-0
/
+40
*
Remove out-of-date multivalue info in README (#4113)
Thomas Lively
2021-08-30
1
-14
/
+5
*
Emit "elem declare" for functions that need it (#3653)
Alon Zakai
2021-03-04
1
-0
/
+6
*
Remove PostAssemblyScript passes (#3643)
Daniel Wirtz
2021-03-03
1
-1
/
+1
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-2
/
+3
*
Document how to install lit test requirements [ci skip] (#3510)
Alon Zakai
2021-01-22
1
-0
/
+4
*
Replace "master" with "main" in scripts and docs (#3502)
Thomas Lively
2021-01-19
1
-10
/
+10
*
Add an optimizer overview to the readme (#3210)
Alon Zakai
2020-10-09
1
-10
/
+102
*
Add mozjs, V8 and WABT setup script (#3053)
Daniel Wirtz
2020-09-14
1
-0
/
+18
*
Stay on C++14 for now (#3108)
Daniel Wirtz
2020-09-08
1
-1
/
+1
*
Upgrade to C++17 (#3103)
Daniel Wirtz
2020-09-06
1
-1
/
+1
*
Remove asm2wasm (#3042)
Alon Zakai
2020-08-17
1
-58
/
+1
*
Use consistent backquotes instead ordinal quotes for Grain in README (#3017)
Max Graey
2020-08-03
1
-1
/
+1
*
Update readme to include Grain [ci skip] (#2950)
Alon Zakai
2020-07-10
1
-2
/
+3
*
Add link to Github Action tab for badge (#2875)
Max Graey
2020-05-26
1
-1
/
+1
*
Update filer actions for CI badge (#2866)
Max Graey
2020-05-26
1
-1
/
+1
*
Update CI status badge
Derek Schuff
2020-05-21
1
-2
/
+1
*
[NFC] Update readme to discuss tuples rather than push/pop (#2722)
Thomas Lively
2020-04-09
1
-3
/
+5
*
Update build instructions in README (#2667)
Thomas Lively
2020-03-05
1
-4
/
+6
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
1
-5
/
+5
*
Document wasm-reduce in the readme (#2445)
Alon Zakai
2019-11-18
1
-0
/
+6
[next]