index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-interpreter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TableFill bounds checking (#6621)
Alon Zakai
2024-05-21
1
-9
/
+4
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
1
-1
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-18
/
+17
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-38
/
+1
*
[interp] Make memory and table handling more consistency. NFC (#6582)
Sam Clegg
2024-05-13
1
-83
/
+73
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
1
-13
/
+24
*
Respect the Web limitation on Table size (#6567)
Alon Zakai
2024-05-01
1
-0
/
+4
*
[Strings] Limit string allocations like we do arrays (#6562)
Alon Zakai
2024-04-29
1
-3
/
+8
*
[Strings] Implement string.measure_wtf16 in interpreter (#6535)
Alon Zakai
2024-04-24
1
-1
/
+1
*
[Strings] Fuzz and interpret all relevant StringNew methods (#6526)
Alon Zakai
2024-04-23
1
-0
/
+11
*
Handle return calls correctly
Thomas Lively
2024-04-08
1
-65
/
+103
*
[Strings] string.new_wtf16_array should trap if the end index is less than th...
Alon Zakai
2024-04-01
1
-1
/
+2
*
Report timeout in interpretation of AtomicWait (#6452)
Thomas Lively
2024-03-29
1
-1
/
+1
*
Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)
Thomas Lively
2024-03-29
1
-33
/
+0
*
StringNew: Trap on OOB start index (#6438)
Alon Zakai
2024-03-25
1
-1
/
+1
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-49
/
+4
*
[Strings] Handle overflow in string.encode_wtf16_array (#6422)
Alon Zakai
2024-03-22
1
-2
/
+5
*
[Strings] Fix StringSlice end computation (#6414)
Alon Zakai
2024-03-21
1
-3
/
+2
*
[Strings] Avoid mishandling unicode in StringConcat (#6411)
Roberto Lublinerman
2024-03-19
1
-0
/
+5
*
Atomics: Handle timeouts in waits in the (single-threaded) interpreter (#6408)
Alon Zakai
2024-03-19
1
-3
/
+9
*
[Strings] Implement stringview_wtf16.slice (#6404)
Alon Zakai
2024-03-19
1
-4
/
+49
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+2
*
[Strings] Avoid mishandling unicode in interpreter (#6405)
Thomas Lively
2024-03-18
1
-0
/
+34
*
[Strings] Implement string.concat in the interpreter (#6403)
Roberto Lublinerman
2024-03-15
1
-1
/
+30
*
[Strings] Implement string.encode_wtf16_array (#6402)
Alon Zakai
2024-03-14
1
-1
/
+37
*
[Strings] Fix precomputing of StringEq (#6401)
Alon Zakai
2024-03-14
1
-35
/
+20
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+2
*
Implement dropping of active Element Segments (#6343)
Alon Zakai
2024-02-23
1
-10
/
+17
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+2
*
Strings: Add some interpreter support (#6304)
Alon Zakai
2024-02-14
1
-3
/
+55
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+2
*
[NFC] Add some const annotations (#6203)
Alon Zakai
2024-01-05
1
-1
/
+1
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+2
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+56
*
Fix handling of exported imported functions (#6044)
Alon Zakai
2023-10-24
1
-1
/
+7
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+37
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Fix pop assertion (#5777)
Alon Zakai
2023-06-20
1
-1
/
+1
*
[NFC] Optimize ArrayNew zero construction (#5722)
Alon Zakai
2023-05-15
1
-1
/
+2
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-80
/
+121
*
[Wasm GC] Ignore GC cycle leaks in LSan (#5686)
Alon Zakai
2023-04-24
1
-9
/
+26
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-8
/
+128
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-9
/
+6
*
Support interpretation of extern.externalize and extern.internalize (#5576)
Thomas Lively
2023-03-16
1
-5
/
+5
*
[Wasm GC] Properly handle packed field truncation in StructNew (#5570)
Alon Zakai
2023-03-13
1
-2
/
+3
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-2
/
+2
*
[Strings] Interpret string.eq and string.compare (#5501)
Alon Zakai
2023-02-17
1
-1
/
+66
*
[Strings] Add support for strings in getLiteral and Literal() (#5500)
Alon Zakai
2023-02-17
1
-6
/
+1
*
[Strings] Initial string execution support (#5491)
Alon Zakai
2023-02-15
1
-4
/
+48
*
[Wasm GC] Fix array.new order of operand execution (#5487)
Alon Zakai
2023-02-14
1
-4
/
+7
[next]