summaryrefslogtreecommitdiff
path: root/test/interp
Commit message (Expand)AuthorAgeFilesLines
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+131
* wasm-interp: Fix catch handlers correctly (#2483)Soni L.2024-10-071-0/+1
* Add error when parameter size does not match on wasm-interp run-export (#2250)Raphael Amorim2023-06-091-0/+9
* wasm-interp: Add --run-export and --argument (#2176)Raphael Amorim2023-03-192-0/+44
* Finish instruction renaming (#1792)Heejin Ahn2021-12-2029-153/+153
* interpreter: Fix infinite looping on `return_call` (#1762)Asumu Takikawa2021-12-151-0/+20
* Add interpreter support for the exception handling proposal (#1749)Asumu Takikawa2021-11-175-0/+444
* Remove separate OnEndFunc vs OnEndExpr. (#1756)Sam Clegg2021-11-051-0/+1
* Enable reference types by default (#1729)Sam Clegg2021-10-131-1/+0
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-209-9/+0
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-4/+4
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-27/+7
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-161-2/+2
* Changes required to make the new Memory64 spec tests run (#1560)Wouter van Oortmerssen2020-10-262-2/+2
* Update SIMD support (#1553)Darin Morrison2020-10-263-17/+17
* Disallow "64-bit" flag if memory64 is disabled (#1547)Paweł Bylica2020-09-182-0/+2
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-0/+30
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-072-0/+175
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-2/+2
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-19/+24
* Use stderr for reporting errors in wasm-interp (#1422)Sam Clegg2020-05-131-2/+2
* Fix typo. NFC. (#1410)Sam Clegg2020-05-111-1/+1
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-066-6/+0
* New interpreter (#1330)Ben Smith2020-02-2113-17282/+50
* Fix logging of f32.const and f64.const (#1335)Ben Smith2020-02-191-94/+94
* [simd] Update instructions (#1317)Ben Smith2020-01-275-8186/+8390
* Update testsuite (#1308)Ben Smith2020-01-161-1/+1
* Fix some typos in widening SIMD intrinsics (#1305)Alex Crichton2020-01-141-12/+12
* Fix a typo of i64x4 -> i64x2 (#1304)Alex Crichton2020-01-141-6/+6
* [simd] Implement new SIMD instructions (#1303)Ben Smith2020-01-141-6792/+7083
* [simd] Add support for narrow/widen instructions (#1301)Ben Smith2020-01-131-6602/+6994
* Update testsuite (#1275)Sam Clegg2020-01-092-4/+5
* Segment flags should be MVP-compat when possible (#1286)Ben Smith2020-01-081-3/+3
* Several fixes for reference types (#1278)Heejin Ahn2020-01-081-1/+1
* reference-types: add support for typed select (#1253)Sam Clegg2019-11-261-8420/+8458
* reference-types: Add reference-types spec tests (#1225)Sam Clegg2019-11-252-0/+2
* Update spec testsuite (#1237)Sam Clegg2019-11-223-9/+9
* interpreter: Allow traps to include custom error strings (#1236)Sam Clegg2019-11-192-2/+2
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-7/+7
* wasm-interp: Correctly report failure of start function (#1230)Sam Clegg2019-11-181-0/+9
* reference-types: Add multi-table support to the interpreter (#1218)Sam Clegg2019-11-143-1989/+1990
* reference-types: Improve reftype support (#1220)Sam Clegg2019-11-141-2/+2
* Allow anyref globals to store ref subtypes (#1214)Sam Clegg2019-11-081-1/+8
* Initial implementation of reftype proposal in the interpreter. (#1206)Sam Clegg2019-11-071-0/+42
* Add ExternalKind to OnImport callback (#1182)Sam Clegg2019-10-101-1/+1
* Add support for v8x16.swizzle and the load_splats. (#1116)nlewycky2019-07-193-7485/+7687
* Update spec testsuite (#1111)Ben Smith2019-07-162-4/+4
* [interp] Add flag to provide dummy import funcs (#1101)Ben Smith2019-06-281-0/+20
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-072-8498/+8806