summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-101-0/+5
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-0910-17/+56
* Fuzzer: Stop emitting nullable stringviews (#6574)Alon Zakai2024-05-081-5/+17
* [Strings] wasm-ctor-eval: Stop on seeing a string view, which we cannot preco...Alon Zakai2024-04-291-0/+8
* [Strings] Work around ref.cast not working on string views, and add fuzzing (...Alon Zakai2024-04-292-4/+34
* [Strings] Fix effects of string.compare and add fuzzing (#6547)Alon Zakai2024-04-252-11/+26
* [Strings] Fuzz string.encode (#6539)Alon Zakai2024-04-252-15/+52
* Do not add an extra null character when reading files (#6538)Thomas Lively2024-04-243-6/+1
* Fuzzer: Update the typeLocals data structure before mutation (#6537)Alon Zakai2024-04-242-2/+20
* Add a flag to opt in to the old WAT parser (#6536)Thomas Lively2024-04-241-0/+7
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-242-58/+101
* [wasm-shell] Error on unknown commands (#6528)Thomas Lively2024-04-241-0/+2
* [Strings] Fuzzer: Emit StringConcat (#6532)Alon Zakai2024-04-242-67/+90
* Fuzzer: Compare strings (#6530)Alon Zakai2024-04-241-11/+15
* [Strings] Add the string heaptype to core fuzzer places (#6527)Alon Zakai2024-04-231-20/+23
* [Strings] Fuzz and interpret all relevant StringNew methods (#6526)Alon Zakai2024-04-232-41/+83
* Remove unused options from wasm-shell (#6508)Thomas Lively2024-04-171-53/+10
* Fuzzer: Randomly pick which functions to use in RefFunc (#6503)Alon Zakai2024-04-151-10/+12
* Fuzzer: Emit signed Struct/ArrayGet operations (#6486)Alon Zakai2024-04-112-5/+17
* Handle return calls correctlyThomas Lively2024-04-081-68/+126
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-042-0/+13
* wasm-merge: Check that the types of imports and exports match (#6437)Jérôme Vouillon2024-03-271-0/+108
* Fuzzer HeapType generator: Do not use string types if not allowed (#6447)Alon Zakai2024-03-271-1/+1
* Fuzzer: Work around the lack of wtf8/iter support (#6445)Alon Zakai2024-03-271-5/+6
* Fix stringview subtyping (#6440)Thomas Lively2024-03-261-1/+8
* Add "interposition" to the fuzzer's mutate() method (#6427)Alon Zakai2024-03-261-15/+145
* Fuzzer: Implement a few more String TODOs (#6439)Alon Zakai2024-03-251-1/+3
* Generate interesting strings in fuzzer (#6430)Thomas Lively2024-03-231-2/+38
* Remove "minimal" JS import/export legalization (#6428)Sam Clegg2024-03-221-4/+2
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-2/+8
* [Strings] Implement TODOs in the fuzzer (#6416)Alon Zakai2024-03-211-1/+6
* Fix a build error when assertions are disabled (#6397)Thomas Lively2024-03-131-2/+4
* Handle extended const segment offsets in the fuzzer (#6382)Thomas Lively2024-03-071-13/+13
* Fix EH fuzz bugs (#6381)Thomas Lively2024-03-071-1/+1
* Add sourcemap support to wasm-metadce and wasm-merge (#6372)Jérôme Vouillon2024-03-062-3/+79
* Fuzzer: Allow using initial content with V8 (#6327)Alon Zakai2024-02-221-0/+9
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-21/+35
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-203-160/+12
* Fuzzer: Do not emit huge and possibly non-validating tables (#6288)Alon Zakai2024-02-121-0/+17
* [EH] Add --experimental-new-eh option to wasm-opt (#6270)Heejin Ahn2024-02-061-2/+37
* wasm-ctor-eval: Properly eval strings (#6276)Alon Zakai2024-02-051-8/+3
* wasm-ctor-eval: Eval strings (#6244)Alon Zakai2024-01-251-0/+6
* wasm-merge: Sort globals to ensure proper validation (#6221)Alon Zakai2024-01-111-5/+9
* Fix global effect computation with -O flags (#6211)Alon Zakai2024-01-091-21/+23
* wasm-reduce: Improve tryToReduceCurrentToConst() (#6193)Alon Zakai2024-01-021-9/+26
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-142-6/+0
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-082-3/+20
* wasm-metadce all the things (#6142)Alon Zakai2023-11-301-141/+82
* wasm-metadce: Improve name deduplication (#6138)Alon Zakai2023-11-301-2/+5
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-28/+0