summaryrefslogtreecommitdiff
path: root/test/roundtrip/inline-import-global.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename run args (#728)Ben Smith2018-01-211-1/+1
| | | | As suggested in https://github.com/WebAssembly/wabt/pull/725#discussion_r162516714.
* Add WatWriter option for inline imports (#703)Ben Smith2018-01-021-0/+15
* Add WatWriter option for inline imports Inline imports are more flexible than regular imports, since they can be combined with inline exports. For example: ``` (func (export "baz") (import "foo" "bar") (param i32)) ``` * Remove unused overload of WriteInlineImport