index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
spec
Commit message (
Expand
)
Author
Age
Files
Lines
*
[threads] Validate shared-to-unshared edges in heap types (#6698)
Thomas Lively
2024-06-25
2
-0
/
+138
*
Re-enable spec tests requiring multivalue (#6684)
Thomas Lively
2024-06-20
2
-40
/
+18
*
Validate memarg offsets (#6683)
Thomas Lively
2024-06-20
1
-1
/
+1
*
Re-enable binary.wast spec test (#6677)
Thomas Lively
2024-06-18
1
-191
/
+0
*
Enable more spec tests (#6669)
Thomas Lively
2024-06-17
1
-18
/
+33
*
[Parser] Fix error message on required reftype (#6666)
Thomas Lively
2024-06-14
1
-0
/
+5
*
[EH] Rename old EH tests from -old to -legacy (#6627)
Heejin Ahn
2024-05-28
1
-0
/
+0
*
Rewrite wasm-shell to use new wast parser (#6601)
Thomas Lively
2024-05-17
7
-46
/
+33
*
[Parser] Parse wast scripts (#6581)
Thomas Lively
2024-05-13
7
-23
/
+28
*
[memory64] Add table64 to existing memory64 support (#6577)
Sam Clegg
2024-05-10
5
-100
/
+203
*
Comment out test failing on windows (#6534)
Thomas Lively
2024-04-24
1
-0
/
+0
*
[Parser] Use the new parser in wasm-shell and wasm-as (#6529)
Thomas Lively
2024-04-24
14
-4622
/
+216
*
[wasm-shell] Error on unknown commands (#6528)
Thomas Lively
2024-04-24
13
-2296
/
+2295
*
[Strings] Add a string lowering pass using magic imports (#6497)
Thomas Lively
2024-04-15
2
-11
/
+0
*
Handle return calls correctly
Thomas Lively
2024-04-08
4
-0
/
+1150
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+8
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-1
/
+1
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
2
-3
/
+3
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
7
-74
/
+118
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-1
/
+1
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
1
-1
/
+1
*
[EH] Add validation for new instructions (#6185)
Heejin Ahn
2023-12-20
1
-0
/
+64
*
[EH][test] Split EH tests into old and new spec (#6178)
Heejin Ahn
2023-12-13
1
-0
/
+0
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-8
/
+8
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+2216
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-0
/
+38
*
[typed-cont] Allow result types on tags (#5997)
Frank Emrich
2023-10-05
2
-5
/
+38
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+199
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
2
-13
/
+13
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
2
-7
/
+7
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-1
/
+1
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
3
-157
/
+157
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-4
/
+4
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-4
/
+4
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-4
/
+4
*
[EH] Support assert_exception (#5684)
Heejin Ahn
2023-04-23
1
-7
/
+7
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-198
/
+330
*
Add bulk-array.wast spec test outline (#5568)
Thomas Lively
2023-03-16
1
-0
/
+225
*
Support interpretation of extern.externalize and extern.internalize (#5576)
Thomas Lively
2023-03-16
1
-26
/
+26
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
4
-16
/
+16
*
Support br_on_cast null (#5397)
Thomas Lively
2023-01-05
1
-0
/
+26
*
Allow non-nullable ref.cast of nullable references (#5386)
Thomas Lively
2023-01-04
1
-7
/
+26
*
Support `ref.test null` (#5368)
Thomas Lively
2022-12-21
1
-0
/
+330
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-1
/
+1
*
Allow casting to basic heap types (#5332)
Thomas Lively
2022-12-08
1
-0
/
+59
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
2
-22
/
+22
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
3
-20
/
+21
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
3
-16
/
+17
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
3
-17
/
+16
[next]