index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
interp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-0
/
+131
*
wasm-interp: Fix catch handlers correctly (#2483)
Soni L.
2024-10-07
1
-0
/
+1
*
Add error when parameter size does not match on wasm-interp run-export (#2250)
Raphael Amorim
2023-06-09
1
-0
/
+9
*
wasm-interp: Add --run-export and --argument (#2176)
Raphael Amorim
2023-03-19
2
-0
/
+44
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
29
-153
/
+153
*
interpreter: Fix infinite looping on `return_call` (#1762)
Asumu Takikawa
2021-12-15
1
-0
/
+20
*
Add interpreter support for the exception handling proposal (#1749)
Asumu Takikawa
2021-11-17
5
-0
/
+444
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-0
/
+1
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
1
-1
/
+0
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
9
-9
/
+0
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-4
/
+4
*
[simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)
Ng Zhi An
2021-03-04
1
-27
/
+7
*
Use stderr for all logging and error output (#1579)
Sam Clegg
2020-12-03
1
-1
/
+3
*
Update output from type to func type in binary writer and reader (#1570)
Radu M
2020-11-16
1
-2
/
+2
*
Changes required to make the new Memory64 spec tests run (#1560)
Wouter van Oortmerssen
2020-10-26
2
-2
/
+2
*
Update SIMD support (#1553)
Darin Morrison
2020-10-26
3
-17
/
+17
*
Disallow "64-bit" flag if memory64 is disabled (#1547)
Paweł Bylica
2020-09-18
2
-0
/
+2
*
Implement simd bitmask instructions (#1530)
Ben Smith
2020-08-31
1
-0
/
+30
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
2
-0
/
+175
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-2
/
+2
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-19
/
+24
*
Use stderr for reporting errors in wasm-interp (#1422)
Sam Clegg
2020-05-13
1
-2
/
+2
*
Fix typo. NFC. (#1410)
Sam Clegg
2020-05-11
1
-1
/
+1
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
6
-6
/
+0
*
New interpreter (#1330)
Ben Smith
2020-02-21
13
-17282
/
+50
*
Fix logging of f32.const and f64.const (#1335)
Ben Smith
2020-02-19
1
-94
/
+94
*
[simd] Update instructions (#1317)
Ben Smith
2020-01-27
5
-8186
/
+8390
*
Update testsuite (#1308)
Ben Smith
2020-01-16
1
-1
/
+1
*
Fix some typos in widening SIMD intrinsics (#1305)
Alex Crichton
2020-01-14
1
-12
/
+12
*
Fix a typo of i64x4 -> i64x2 (#1304)
Alex Crichton
2020-01-14
1
-6
/
+6
*
[simd] Implement new SIMD instructions (#1303)
Ben Smith
2020-01-14
1
-6792
/
+7083
*
[simd] Add support for narrow/widen instructions (#1301)
Ben Smith
2020-01-13
1
-6602
/
+6994
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
2
-4
/
+5
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-3
/
+3
*
Several fixes for reference types (#1278)
Heejin Ahn
2020-01-08
1
-1
/
+1
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-8420
/
+8458
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
2
-0
/
+2
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
3
-9
/
+9
*
interpreter: Allow traps to include custom error strings (#1236)
Sam Clegg
2019-11-19
2
-2
/
+2
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-7
/
+7
*
wasm-interp: Correctly report failure of start function (#1230)
Sam Clegg
2019-11-18
1
-0
/
+9
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
3
-1989
/
+1990
*
reference-types: Improve reftype support (#1220)
Sam Clegg
2019-11-14
1
-2
/
+2
*
Allow anyref globals to store ref subtypes (#1214)
Sam Clegg
2019-11-08
1
-1
/
+8
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+42
*
Add ExternalKind to OnImport callback (#1182)
Sam Clegg
2019-10-10
1
-1
/
+1
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
3
-7485
/
+7687
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
2
-4
/
+4
*
[interp] Add flag to provide dummy import funcs (#1101)
Ben Smith
2019-06-28
1
-0
/
+20
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
2
-8498
/
+8806
[next]