index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-binary.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse and emit `array.len` without a type annotation (#5151)
Thomas Lively
2022-10-18
1
-1
/
+2
*
Implement `array` basic heap type (#5148)
Thomas Lively
2022-10-18
1
-0
/
+2
*
Support null characters in string.const expressions (#5123)
Thomas Lively
2022-10-11
1
-1
/
+1
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-2
/
+2
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-0
/
+8
*
Warn on too many parameters for Web VMs (#5119)
Alon Zakai
2022-10-06
1
-1
/
+2
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-1
/
+2
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-1
/
+2
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
[NFC] Simplify binary reading logic for data segments (#4990)
Alon Zakai
2022-08-31
1
-3
/
+0
*
[NFC] Simplify binary reading logic for element segments (#4989)
Alon Zakai
2022-08-29
1
-4
/
+0
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+2
*
[NFC] Simplify binary reading logic for memories (#4987)
Alon Zakai
2022-08-29
1
-6
/
+0
*
[NFC] Simplify binary reading logic for globals (#4980)
Alon Zakai
2022-08-29
1
-5
/
+0
*
[NFC] Simplify binary reading logic for tables (#4974)
Alon Zakai
2022-08-26
1
-5
/
+0
*
Add support for Tag names in the Names section (#4970)
Alon Zakai
2022-08-26
1
-0
/
+4
*
[NFC] Simplify binary reading logic for functions (#4969)
Alon Zakai
2022-08-26
1
-5
/
+0
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+1
*
Fix Memory64 binary parsing after #4811 (#4933)
Alon Zakai
2022-08-18
1
-0
/
+3
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-3
/
+6
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-3
/
+16
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-19
/
+1
*
Remove support for parsing `let` (#4864)
Thomas Lively
2022-08-03
1
-26
/
+0
*
Changing ref maps in wasm-binary to use a value of a vector of Name* (#4830)
Ashley Nelson
2022-07-26
1
-3
/
+3
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-0
/
+2
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-0
/
+2
*
[Strings] stringview_wtf16.length (#4809)
Alon Zakai
2022-07-18
1
-0
/
+1
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+5
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+9
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+4
*
[Strings] string.is_usv_sequence (#4783)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+2
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+2
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+3
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-1
/
+4
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-1
/
+13
*
[Strings] Add feature flag for Strings proposal (#4766)
Alon Zakai
2022-06-30
1
-0
/
+1
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-1
/
+10
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-7
/
+19
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-1
/
+10
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
1
-37
/
+35
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-0
/
+1
*
Parse the prototype nominal binary format (#4644)
Thomas Lively
2022-05-04
1
-0
/
+4
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-10
/
+7
*
Update the type section binary format (#4625)
Thomas Lively
2022-05-02
1
-7
/
+5
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-0
/
+4
*
Implement i16x8.relaxed_q15mulr_s (#4583)
Thomas Lively
2022-04-07
1
-1
/
+2
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
Isorecursive binary format (#4494)
Thomas Lively
2022-02-03
1
-0
/
+2
*
Refactor ModuleUtils::collectHeapTypes (#4455)
Thomas Lively
2022-01-14
1
-2
/
+1
[next]