index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update RefCast representation to drop extra HeapType (#5350)
Thomas Lively
2022-12-20
1
-4
/
+4
*
Rename UserSection -> CustomSection. NFC (#5288)
Sam Clegg
2022-11-22
1
-2
/
+2
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-1
/
+6
*
[Parser] Parse `local.get` (#5137)
Thomas Lively
2022-10-13
1
-0
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-3
/
+6
*
Remove some unused constants. NFC (#5072)
Sam Clegg
2022-09-22
1
-3
/
+0
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
[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
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+6
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+1
*
[Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)
Alon Zakai
2022-08-18
1
-0
/
+6
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-3
/
+29
*
LegalizeJSInterface: Look for get/setTempRet0 as exports (#4881)
Sam Clegg
2022-08-15
1
-2
/
+0
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-59
/
+7
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-1
/
+2
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-6
/
+6
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-1
/
+2
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+17
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+33
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+20
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+8
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+8
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+8
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+8
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+2
*
[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
-0
/
+8
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-0
/
+23
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
Turn an assertion on not colliding with an internal name into an error (#4422)
Alon Zakai
2022-01-05
1
-2
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-25
/
+1
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-0
/
+4
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-2
/
+10
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+4
*
Emit heap types for call_indirect that match the table (#4221)
Alon Zakai
2021-10-08
1
-0
/
+24
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+8
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+7
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+1
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-6
/
+19
*
[Refactoring] Code reusage in spliceIntoBlock (#4174)
Max Graey
2021-09-22
1
-0
/
+2
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-5
/
+20
*
Support new dylink.0 custom section format (#4141)
Sam Clegg
2021-09-11
1
-0
/
+1
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+14
*
[Wasm GC] Fix getSentType() of BrOn with an unreachable input (#3993)
Alon Zakai
2021-07-16
1
-0
/
+8
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-6
/
+6
*
Remove (attr 0) from tag text format (#3946)
Heejin Ahn
2021-06-19
1
-1
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-17
/
+15
*
Rename wasm-delegations[-fields].h to def files (NFC) (#3941)
Heejin Ahn
2021-06-18
1
-1
/
+1
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-7
/
+42
[next]