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
*
[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
*
Allow running a portion of binaryen test suite (#2286)
Guanzhong Chen
2019-08-07
1
-1
/
+1
*
wasm2js: Mangle import names for JS (#2267)
Alon Zakai
2019-07-28
1
-5
/
+25
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+18
*
Update readme with some wasm2js docs and other stuff (#2086)
Alon Zakai
2019-05-06
1
-42
/
+58
*
Delete wasm-merge (#1969)
Thomas Lively
2019-03-29
1
-2
/
+0
*
trivial: typo in link to win32 compilation (#1943)
Harris Brakmić
2019-03-13
1
-1
/
+1
*
Remove wasm.js references (#1860)
Sergey Rubanov
2019-01-09
1
-9
/
+3
*
document that binaryen text is not valid wasm text, but stack IR is [ci skip]...
Alon Zakai
2018-11-01
1
-1
/
+4
*
Fix typo in README.md
Sam Clegg
2018-10-18
1
-1
/
+1
*
Cleanup formatting of README.md (#1708)
Sam Clegg
2018-10-19
1
-54
/
+202
*
Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)
Alex Crichton
2018-08-30
1
-4
/
+4
*
Stack IR (#1623)
Alon Zakai
2018-07-30
1
-0
/
+2
[next]