summaryrefslogtreecommitdiff
path: root/test/binaryen.js
Commit message (Expand)AuthorAgeFilesLines
* Remove AutoDrop (#7106)Thomas Lively2024-11-222-2113/+14
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-1/+1
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-142-6/+0
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-1/+1
* Implement table.init (#6827)Alon Zakai2024-08-162-33/+33
* Add C and JS APIs to control more pass options (#6713)Jérôme Vouillon2024-07-1610-0/+23
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-3/+0
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-1/+1
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-152-33/+2
* Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)Sam Clegg2024-05-151-7/+0
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-095-7/+8
* Source map fixes (#6550)Jérôme Vouillon2024-05-021-1/+1
* Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)Thomas Lively2024-03-292-35/+1
* C API: Use segment names (#6254)ericvergnaud2024-02-014-15/+22
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-048-99/+151
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-033-4/+4
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-14/+14
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-192-35/+35
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-123-4/+4
* 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-123-8/+8
* Implement table.copy (#6078)Alon Zakai2023-11-062-38/+38
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-1/+1
* Implement table.fill (#5949)Thomas Lively2023-09-182-38/+38
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-134-12/+12
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-134-19/+19
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-5/+5
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-2413-56/+56
* Rename multimemory flag (#5890)Ashley Nelson2023-08-212-2/+2
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-2/+2
* [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...Alon Zakai2023-05-041-19/+19
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-14/+14
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-046-26/+26
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-282-2/+2
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-102-3/+3
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-17/+4
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-094-40/+19
* wasm2js: Stop emitting nan and infinity (#5391)Will Cohen2023-01-041-2/+0
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-7/+7
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-19/+19
* [C API] Align I31ref and Dataref to be nullable (#5153)dcode2022-10-192-6/+6
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-10/+10
* wasm2js: Support for flexible module import naming (#5114)Sam Clegg2022-10-051-2/+1
* [C-/JS-Api] Expose the multi memories feature (#4973)Max Graey2022-09-202-0/+2
* wasm2js: Don't assume that `env.abort` can always be impored. (#5049)Sam Clegg2022-09-161-3/+2
* wasm2js: Have instantiate function take standard import object (#5018)Sam Clegg2022-09-141-1/+2
* [C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...Max Graey2022-09-121-4/+4
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-092-6/+4
* Add remaining GC and string instructions to C API (#4998)dcode2022-08-312-0/+30