diff options
author | Ben Smith <binjimin@gmail.com> | 2018-01-02 11:07:37 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 11:07:37 -0800 |
commit | 7fcc96d15444346b244500fc205a677ca2d745d0 (patch) | |
tree | e7885e9b96d64f70d6bfe9762399f20c1b839524 /src/binary-reader-objdump.cc | |
parent | 0325ab2170fdf7c6ec0896d3f26c175827f2b9ce (diff) | |
download | wabt-7fcc96d15444346b244500fc205a677ca2d745d0.tar.gz wabt-7fcc96d15444346b244500fc205a677ca2d745d0.tar.bz2 wabt-7fcc96d15444346b244500fc205a677ca2d745d0.zip |
Add WatWriter option for inline imports (#703)
* 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
Diffstat (limited to 'src/binary-reader-objdump.cc')
0 files changed, 0 insertions, 0 deletions