index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js
/
binaryen.js-post.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
1
-3
/
+0
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-2
/
+2
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-4
/
+4
*
Add C and JS APIs to control more pass options (#6713)
Jérôme Vouillon
2024-07-16
1
-0
/
+61
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-2
/
+4
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-14
/
+0
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-37
/
+0
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-2
/
+2
*
Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)
Thomas Lively
2024-03-29
1
-1
/
+0
*
JS Bindings: Use stringToUTF8OnStack instead of deprecated allocateUTF8OnStac...
Alon Zakai
2024-02-20
1
-1
/
+1
*
C API: Use segment names (#6254)
ericvergnaud
2024-02-01
1
-25
/
+28
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-3
/
+3
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-7
/
+7
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-1
/
+1
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-2
/
+4
*
binaryen.js: Use malloc/free instead of stackAlloc in setMemory (#5646)
Mathias Nater
2023-04-10
1
-2
/
+6
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-10
/
+10
*
Fix Emscripten build for latest tot changes (#5610)
Alon Zakai
2023-03-31
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[C API] Add relaxed SIMD operations (#5482)
dcode
2023-02-07
1
-0
/
+20
*
[C API] Add experimental StringNew and StringEq variants (#5471)
dcode
2023-02-01
1
-1
/
+4
*
[binaryen.js] Avoid use of the global buffer var which emcc has removed (#5419)
Alon Zakai
2023-01-11
1
-1
/
+1
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-3
/
+3
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-12
/
+0
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-27
/
+7
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-6
/
+0
*
Fix some Closure warnings in Emscripten builds (#5075)
dcode
2022-09-22
1
-0
/
+8
*
Make closure errors into warnings in the Emscripten builds (#5063)
Thomas Lively
2022-09-20
1
-1
/
+4
*
[C-/JS-Api] Expose the multi memories feature (#4973)
Max Graey
2022-09-20
1
-0
/
+1
*
[C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...
Max Graey
2022-09-12
1
-2
/
+4
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
Add remaining GC and string instructions to C API (#4998)
dcode
2022-08-31
1
-1
/
+66
*
Fix multi-memory + C API for MemoryGrow and MemorySize (#4953)
Alon Zakai
2022-08-23
1
-4
/
+5
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-241
/
+242
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-2
/
+0
*
[JS Api] Reuse C-Api for emitText and emitStackIR (#4832)
Max Graey
2022-07-29
1
-14
/
+8
*
[C/JS API] Add string reference types (#4810)
dcode
2022-07-27
1
-0
/
+28
*
[C/JS API] Expose string reference feature (#4831)
Max Graey
2022-07-26
1
-0
/
+1
*
Remove usage of emscripten's deprecated allocate runtime function (#4795)
Sam Clegg
2022-07-21
1
-3
/
+5
*
[JS API] Avoid trying to read the offset if segment is passive (#4750)
Blaine Bublitz
2022-06-24
1
-2
/
+7
*
Add C and JS API functions for accessing memory info (#4682)
Jackson Gardner
2022-05-24
1
-2
/
+17
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
1
-2
/
+2
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
Effects: Differentiate mutable from immutable globals (#4286)
Alon Zakai
2021-10-29
1
-1
/
+3
*
Switch binaryen.js/wasm to ESM (#4280)
dcode
2021-10-28
1
-36
/
+2
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+33
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+19
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+64
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+1
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+1
[next]