index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Wasm GC] Fix .depth() and add testing (#5102)
Alon Zakai
2022-09-30
1
-0
/
+30
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
3
-21
/
+24
*
[C API] Make TypeBuilderSetSubType take a heap type (#5045)
dcode
2022-09-23
1
-6
/
+5
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
3
-17
/
+52
*
Correctly handle escapes in string constants (#5070)
Thomas Lively
2022-09-22
1
-10
/
+24
*
Remove some unused constants. NFC (#5072)
Sam Clegg
2022-09-22
1
-3
/
+0
*
[Wasm64] The binary format offset of load/store should be u64leb in wasm64 (#...
Axis
2022-09-19
2
-12
/
+26
*
[OptimizeInstructions] Simplify floating point ops with NaN on right side (#4...
Max Graey
2022-09-12
1
-27
/
+9
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
3
-23
/
+8
*
[Wasm GC] Fix GlobalTypeOptimization fuzz bug on replacing unreachable struct...
Alon Zakai
2022-09-06
1
-1
/
+1
*
Add JavaScript promise integration (JSPI) pass. (#4961)
Brendan Dahl
2022-09-02
1
-0
/
+4
*
[NFC] Simplify binary reading logic for data segments (#4990)
Alon Zakai
2022-08-31
1
-7
/
+4
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-26
/
+36
*
[NFC] Simplify binary reading logic for element segments (#4989)
Alon Zakai
2022-08-29
1
-7
/
+4
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
4
-1
/
+59
*
[NFC] Simplify binary reading logic for memories (#4987)
Alon Zakai
2022-08-29
1
-23
/
+7
*
[NFC] Simplify binary reading logic for globals (#4980)
Alon Zakai
2022-08-29
1
-31
/
+11
*
[NFC] Simplify binary reading logic for tables (#4974)
Alon Zakai
2022-08-26
1
-27
/
+11
*
Emit `i31ref` and `dataref` binary shorthands (#4844)
Thomas Lively
2022-08-26
1
-6
/
+4
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
3
-6
/
+6
*
[Parser] Parse functions and implicit types (#4972)
Thomas Lively
2022-08-26
1
-18
/
+396
*
Add support for Tag names in the Names section (#4970)
Alon Zakai
2022-08-26
1
-4
/
+57
*
[NFC] Simplify binary reading logic for functions (#4969)
Alon Zakai
2022-08-26
1
-18
/
+9
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
3
-0
/
+11
*
Fix order of local names in Names section (#4964)
Congcong Cai
2022-08-25
1
-17
/
+19
*
Multi-Memories Validate (#4945)
Ashley Nelson
2022-08-23
1
-37
/
+43
*
Separate `func` into a separate type hierarchy (#4955)
Thomas Lively
2022-08-22
1
-4
/
+6
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-6
/
+26
*
Fix Memory64 binary parsing after #4811 (#4933)
Alon Zakai
2022-08-18
1
-15
/
+21
*
[Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)
Alon Zakai
2022-08-18
1
-0
/
+6
*
Validator: Validate unreachable calls more carefully (#4909)
Alon Zakai
2022-08-18
1
-0
/
+57
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
6
-32
/
+65
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
6
-274
/
+576
*
Validator: More carefully check for stale types (#4907)
Alon Zakai
2022-08-16
1
-4
/
+8
*
Revert "[Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)" (#4895)
Alon Zakai
2022-08-16
2
-61
/
+61
*
Validator: Validate intrinsics (#4880)
Alon Zakai
2022-08-16
1
-8
/
+55
*
LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881)
Sam Clegg
2022-08-15
1
-2
/
+0
*
Function-level pass-debug mode 2 validation (#4897)
Alon Zakai
2022-08-12
1
-0
/
+17
*
[EH] Pop should be supertype of tag type (#4901)
Heejin Ahn
2022-08-11
1
-1
/
+1
*
[Strings] Fix string.new_wtf16_array (#4894)
Alon Zakai
2022-08-10
2
-2
/
+11
*
[Strings] Linear memory string operations should emit a memory index (#4893)
Alon Zakai
2022-08-10
2
-12
/
+31
*
[Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)
Alon Zakai
2022-08-09
2
-61
/
+61
*
[Strings] string.new.array methods have start:end arguments (#4888)
Alon Zakai
2022-08-09
2
-1
/
+12
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-236
/
+0
*
wasm-emscripten-finalize: Remove em_js/em_asm start/stop symbols when strippi...
Sam Clegg
2022-08-05
1
-0
/
+9
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
8
-754
/
+50
*
Cleanup em_asm/em_js strings as part of PostEmscripten (#4871)
Sam Clegg
2022-08-04
1
-90
/
+5
*
wasm-emscripten-finalize: Remove __start/__stop_em_js exports (#4870)
Sam Clegg
2022-08-03
1
-0
/
+3
*
Remove support for parsing `let` (#4864)
Thomas Lively
2022-08-03
1
-64
/
+2
[next]