index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new V8 flag for final types and remove old removed ones (#5807)
Alon Zakai
2023-07-10
1
-2
/
+1
*
Add a CMake flag to enable Wasm exceptions in the BinaryenJS build (#5454)
Derek Schuff
2023-02-02
1
-1
/
+1
*
Unpin V8 (#5277)
Thomas Lively
2022-11-17
1
-3
/
+1
*
Pin v8 10.8.104 (#5112)
Thomas Lively
2022-10-05
1
-1
/
+4
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-1
/
+2
*
Fix require() in wasm2js test suite for newer Node.js (#4913)
Alon Zakai
2022-08-17
1
-0
/
+2
*
Move `auto_update_tests.py` into scripts directory. NFC (#4879)
Sam Clegg
2022-08-11
1
-2
/
+2
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-10
/
+0
*
Re-run scripts/test/generate_lld_tests.py. NFC (#4861)
Sam Clegg
2022-08-02
1
-4
/
+6
*
Fuzzer: Pass v8 flag for extended-const (#4543)
Alon Zakai
2022-05-27
1
-1
/
+2
*
Add --no-emit-metadata option to wasm-emscripten-finalize (#4450)
Sam Clegg
2022-01-19
1
-1
/
+3
*
Switch binaryen.js/wasm to ESM (#4280)
dcode
2021-10-28
2
-10
/
+20
*
Update to C++17 and use std::optional for getSuperType (#4203)
Derek Schuff
2021-10-18
1
-1
/
+1
*
Select initial contents automatically in fuzzer (#4173)
Heejin Ahn
2021-09-22
1
-0
/
+8
*
[Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...
Max Graey
2021-09-01
1
-2
/
+0
*
Run spec test all at once after binary transform (#3817)
Abbas Mashayekh
2021-04-20
2
-2
/
+1
*
Regenerate lld tests (#3684)
Sam Clegg
2021-03-12
1
-0
/
+2
*
Update V8 feature flags for the fuzzer (#3569)
Heejin Ahn
2021-02-18
1
-3
/
+3
*
Add feature options to wasm-dis (#3548)
Abbas Mashayekh
2021-02-08
2
-2
/
+2
*
Remove test suite's assumption of minify_check roundtripping perfectly (#3524)
Alon Zakai
2021-01-27
1
-13
/
+2
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-1
/
+2
*
Introduce a script for updating lit tests (#3503)
Thomas Lively
2021-01-21
1
-3
/
+4
*
When looking for node binary, search for 'node' before 'nodejs' (#3164)
Sam Clegg
2020-12-30
1
-1
/
+1
*
Fixed wasm-emscripten-finalize AsmConstWalker not handling 64-bit pointers (#...
Wouter van Oortmerssen
2020-12-14
2
-4
/
+16
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-2
/
+4
*
Introduce lit/FileCheck tests (#3367)
Thomas Lively
2020-11-18
2
-4
/
+5
*
Allow setting the path to libbinaryen.so shared library (#3025)
rathann
2020-11-10
1
-0
/
+9
*
wasm2js: Remove global dict arguments to asmFunc (#3325)
Sam Clegg
2020-11-05
1
-1
/
+1
*
wasm-emscripten-finalize: Remove staticBump from metadata (#3300)
Sam Clegg
2020-10-29
1
-1
/
+0
*
Remove remnants of spec interpreter, and excess mozjs warning (#3262)
Alon Zakai
2020-10-20
1
-18
/
+0
*
Fix split_wast on asserts before the first module (#3206)
Alon Zakai
2020-10-09
1
-0
/
+6
*
wasm2js: override incoming memory's grow method (#3185)
Sam Clegg
2020-09-30
1
-0
/
+3
*
Remove stale test output (#3157)
Sam Clegg
2020-09-21
1
-0
/
+14
*
wasm2js: Support exported tables (#3152)
Sam Clegg
2020-09-21
1
-2
/
+2
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-0
/
+3
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-0
/
+6
*
Add mozjs, V8 and WABT setup script (#3053)
Daniel Wirtz
2020-09-14
1
-1
/
+7
*
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
-0
/
+4
*
Use fnmatch for test filtering (#3068)
Thomas Lively
2020-08-21
1
-1
/
+2
*
Test-runner can filter tests by name (#3067)
Wouter van Oortmerssen
2020-08-20
1
-0
/
+6
*
Harmonize auto updater with test runner: wasm-opt should update .fromBinary o...
Alon Zakai
2020-08-20
1
-0
/
+26
*
Remove asm2wasm (#3042)
Alon Zakai
2020-08-17
1
-149
/
+0
*
Skip tests that fail on windows and enable all the rest (#3035)
Alon Zakai
2020-08-11
3
-3
/
+21
*
Remove unneeded old binary validation in test suite (#3034)
Alon Zakai
2020-08-10
1
-17
/
+0
*
Specify UTF-8 encoding instead of relying on locale default (#3009)
rathann
2020-07-31
1
-1
/
+1
*
Update flags used in generate_lld_tests (#2981)
Sam Clegg
2020-07-24
1
-1
/
+1
*
Disable nodejs warnings in test suite (#2973)
rathann
2020-07-22
1
-1
/
+1
*
wasm2js testing improvements before bulk-memory (#2918)
Alon Zakai
2020-06-20
2
-16
/
+23
*
Move optional metadata field so its not last (#2909)
Sam Clegg
2020-06-11
1
-6
/
+15
[next]