summaryrefslogtreecommitdiff
path: root/test/imported_memory.wast.fromBinary
Commit message (Collapse)AuthorAgeFilesLines
* Fix applying default / unify SExpr and Wasm builder names (#3179)Daniel Wirtz2020-09-301-1/+1
| | | SExpressionWasmBuilder was not applying default memory and table import names on the memory and table, unlike on functions, globals and events, where it applies them. Also aligns default import names to use the same shorter forms as in binary parsing.
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-1/+1
| | | Implements the parts of the Extended Name Section Proposal that are trivially applicable to Binaryen, in particular table, memory and global names. Does not yet implement label, type, elem and data names.
* Massive renaming (#1855)Thomas Lively2019-01-071-1/+1
| | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
| | | | | That is the correct order in the text format, wabt errors otherwise. See AssemblyScript/assemblyscript#310
* use a single space for pretty printing of wasts, so massive wasts are less ↵Alon Zakai2017-03-091-2/+2
| | | | unruly (#928)
* fix table import size when no maximum is providedAlon Zakai2016-12-071-0/+1
|
* fix bug where we set memory max to the initial value if the max wasn't ↵Alon Zakai2016-10-121-0/+4
specified (#760)