summaryrefslogtreecommitdiff
path: root/test/example
Commit message (Expand)AuthorAgeFilesLines
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-261-2/+2
* Remove AutoDrop (#7106)Thomas Lively2024-11-224-13/+14
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-3/+2
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-4/+0
* [wasm-split] Configure split functions rather than kept functions (#6949)Thomas Lively2024-09-171-4/+9
* [wasm-split] Run RemoveUnusedElements on secondary modules (#6945)Thomas Lively2024-09-171-93/+12
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-8/+8
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-1/+1
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-272-8/+8
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-1/+1
* Remove extra space printed in empty structs (#6750)Thomas Lively2024-07-161-2/+2
* [wasm-split] Use a fresh table when reference types are enabled (#6726)Thomas Lively2024-07-111-58/+183
* [C API] Add APIs for getting/setting function types, and a CallRef example (#...Alon Zakai2024-07-092-0/+47
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-082-4/+4
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-10/+10
* [NFC] Add constexpr HeapTypes for basic heap types (#6662)Thomas Lively2024-06-141-4/+4
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-1/+1
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+0
* Fix GlobalRefining's handling of gets in module code and add missing validati...Alon Zakai2024-05-171-1/+1
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-152-212/+4
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-152-184/+7
* Source maps: Allow specifying that an expression has no debug info in text (...Jérôme Vouillon2024-05-141-4/+4
* [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