index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
/
module-splitting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support using JSPI to load the secondary wasm split module. (#5431)
Brendan Dahl
2023-01-20
1
-3
/
+52
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-3
/
+2
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-8
/
+3
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-6
/
+6
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-2
/
+2
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-14
/
+15
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-1
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-7
/
+7
*
[wasm-split] Add an option to emit a placeholder map (#3931)
Thomas Lively
2021-06-12
1
-2
/
+7
*
[wasm-split] Minimize names of newly created exports (#3905)
Thomas Lively
2021-06-01
1
-2
/
+10
*
Minor wasm-split improvements (#3825)
Thomas Lively
2021-04-20
1
-39
/
+35
*
wasm-split: Update dylink section when growing table (#3791)
Sam Clegg
2021-04-09
1
-0
/
+3
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-2
/
+1
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-6
/
+13
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-34
/
+50
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-47
/
+62
*
Support comparing, subtyping, and naming recursive types (#3610)
Thomas Lively
2021-02-25
1
-13
/
+0
*
Remove assertions that prevent non-assertion builds (#3576)
Alon Zakai
2021-02-17
1
-0
/
+1
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-46
/
+83
*
[module-splitting] Fix a crash when a function is exported twice (#3455)
Thomas Lively
2020-12-17
1
-0
/
+4
*
Fix wasm-split name collision bug (#3447)
Thomas Lively
2020-12-16
1
-3
/
+16
*
[module-splitting] Allow splitting with non-const table offsets (#3408)
Thomas Lively
2020-12-01
1
-82
/
+181
*
Module splitting (#3317)
Thomas Lively
2020-11-12
1
-0
/
+479