summaryrefslogtreecommitdiff
path: root/test/spec/ref_test.wast
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-8/+8
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-4/+4
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-114/+114
* Support interpretation of extern.externalize and extern.internalize (#5576)Thomas Lively2023-03-161-26/+26
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-1/+1
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-0/+330