summaryrefslogtreecommitdiff
path: root/test/example
Commit message (Expand)AuthorAgeFilesLines
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-094-5/+20
* Use the new wat parser in tests (#6556)Thomas Lively2024-04-291-7/+4
* DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)许鑫权2024-04-212-0/+48
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-12/+12
* Expose features option in C API binary reading (#6380)Surma2024-03-071-0/+26
* C API: Support adding data segments individually (#6346)Lingming Zhang2024-02-282-0/+10
* C API: Use segment names (#6254)ericvergnaud2024-02-0112-37/+59
* Update pop text syntax (#6251)Thomas Lively2024-01-291-1/+1
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-5/+5
* C API: Add BinaryenArrayNewData (#6236)ericvergnaud2024-01-252-0/+11
* C API: Add BinaryenFunctionAppendVar (#6213)KinderGartenKiller2024-01-172-0/+11
* Testing: Write out and read back in the big binary in c-api-kitchen-sink.c (#...Alon Zakai2024-01-091-1/+19
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-0411-147/+237
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-033-13/+13
* Unify method pairs with and without Type param (#6184)Heejin Ahn2023-12-201-1/+1
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-9/+9
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-2/+2
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-7/+7
* C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)KinderGartenKiller2023-11-301-0/+5
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-1/+1
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-3/+3
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-092-5/+7
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-4/+4
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-2415-344/+344
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-3/+3
* Update stringref text format (#5891)Jérôme Vouillon2023-08-221-14/+14
* SmallVector iteration improvements (#5825)Alon Zakai2023-07-261-0/+34
* C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829)Alon Zakai2023-07-212-1/+7
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-1/+1
* [NFC] Simplify `Tuple` by making it an alias of `TypeList` (#5775)Thomas Lively2023-06-201-1/+1
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-172-48/+48
* EffectAnalyzer: Do not clear break targets before walk()/visit() (#5723)Alon Zakai2023-05-171-0/+13
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-122-2/+27
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-194-320/+7
* Remove the nominal type system (#5672)Thomas Lively2023-04-174-551/+0
* Add a name hint to getValidName() (#5653)Alon Zakai2023-04-111-2/+2
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-043-62/+62
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-1/+1
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-6/+6
* [C API] Add relaxed SIMD operations (#5482)dcode2023-02-072-0/+145
* [C API] Add experimental StringNew and StringEq variants (#5471)dcode2023-02-012-8/+67
* Add a TypeNameGenerator that uses names from a Module (#5437)Thomas Lively2023-01-183-86/+86
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-103-58/+13
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-102-24/+0
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-092-26/+2
* Support `ref.test null` (#5368)Thomas Lively2022-12-212-4/+3
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-3/+2