Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename run args (#728) | Ben Smith | 2018-01-21 | 1 | -1/+1 |
| | | | | As suggested in https://github.com/WebAssembly/wabt/pull/725#discussion_r162516714. | ||||
* | Add WatWriter option for inline imports (#703) | Ben Smith | 2018-01-02 | 1 | -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 |