summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.h
Commit message (Expand)AuthorAgeFilesLines
* [GC] Fix trapping on array.new_data of dropped segments of offset > 0 (#7124)Alon Zakai2024-12-021-3/+12
* Fix memory.grow bounds and overflow checks for mem64 (#7112)Thomas Lively2024-11-251-2/+7
* [wasm64] Fix 32-bit address computation in execution of SIMDLoadExtend (#7068)Alon Zakai2024-11-081-3/+6
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-11/+11
* [wasm64] Make interpreter table methods operate on Address, not Index (#7062)Alon Zakai2024-11-071-21/+13
* [wasm64] Fix 64-bit memory/table operations in interpreter (#7058)Alon Zakai2024-11-061-9/+14
* [NFC] Use RAII to manage call depth tracking in the interpreter (#7049)Alon Zakai2024-11-011-27/+10
* [NFC] Print type names in more places when logging (#6975)Alon Zakai2024-09-301-3/+3
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+8
* [NFC] Make the GCData constructor a move constructor (#6946)Alon Zakai2024-09-171-10/+13
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-0/+4
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-8/+8
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-0/+14
* Support more reference constants in wast scripts (#6865)Thomas Lively2024-08-261-3/+21
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+17
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-211-8/+5
* [Exceptions] Finish interpreter + optimizer support for try_table. (#6814)Sébastien Doeraene2024-08-201-11/+59
* Implement table.init (#6827)Alon Zakai2024-08-161-20/+75
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+12
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+6
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-4/+33
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-1/+2
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-3/+3
* Fix TableFill bounds checking (#6621)Alon Zakai2024-05-211-9/+4
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-1/+1
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-18/+17
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-38/+1
* [interp] Make memory and table handling more consistency. NFC (#6582)Sam Clegg2024-05-131-83/+73
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-101-13/+24
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-011-0/+4
* [Strings] Limit string allocations like we do arrays (#6562)Alon Zakai2024-04-291-3/+8
* [Strings] Implement string.measure_wtf16 in interpreter (#6535)Alon Zakai2024-04-241-1/+1
* [Strings] Fuzz and interpret all relevant StringNew methods (#6526)Alon Zakai2024-04-231-0/+11
* Handle return calls correctlyThomas Lively2024-04-081-65/+103
* [Strings] string.new_wtf16_array should trap if the end index is less than th...Alon Zakai2024-04-011-1/+2
* Report timeout in interpretation of AtomicWait (#6452)Thomas Lively2024-03-291-1/+1
* Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)Thomas Lively2024-03-291-33/+0
* StringNew: Trap on OOB start index (#6438)Alon Zakai2024-03-251-1/+1
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-49/+4
* [Strings] Handle overflow in string.encode_wtf16_array (#6422)Alon Zakai2024-03-221-2/+5
* [Strings] Fix StringSlice end computation (#6414)Alon Zakai2024-03-211-3/+2
* [Strings] Avoid mishandling unicode in StringConcat (#6411)Roberto Lublinerman2024-03-191-0/+5
* Atomics: Handle timeouts in waits in the (single-threaded) interpreter (#6408)Alon Zakai2024-03-191-3/+9
* [Strings] Implement stringview_wtf16.slice (#6404)Alon Zakai2024-03-191-4/+49
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+2
* [Strings] Avoid mishandling unicode in interpreter (#6405)Thomas Lively2024-03-181-0/+34
* [Strings] Implement string.concat in the interpreter (#6403)Roberto Lublinerman2024-03-151-1/+30
* [Strings] Implement string.encode_wtf16_array (#6402)Alon Zakai2024-03-141-1/+37
* [Strings] Fix precomputing of StringEq (#6401)Alon Zakai2024-03-141-35/+20
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+2