diff options
author | Sam Clegg <sbc@chromium.org> | 2018-03-05 21:56:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 21:56:10 -0800 |
commit | 4d6106c3a510c7e2986324cd3493c6694d3ace3a (patch) | |
tree | 5fdf00e3494484e67552f00d20079657f14c267e /test/help/wast2json.txt | |
parent | 64adcb79c41213304f3dba2256fe7eb5659d4399 (diff) | |
download | wabt-4d6106c3a510c7e2986324cd3493c6694d3ace3a.tar.gz wabt-4d6106c3a510c7e2986324cd3493c6694d3ace3a.tar.bz2 wabt-4d6106c3a510c7e2986324cd3493c6694d3ace3a.zip |
Remove wasm-link tool (#793)
This is been superseded by lld and we no longer have the
bandwidth to maintain a separate linker.
Diffstat (limited to 'test/help/wast2json.txt')
-rw-r--r-- | test/help/wast2json.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/help/wast2json.txt b/test/help/wast2json.txt index d187185d..a32c9bbd 100644 --- a/test/help/wast2json.txt +++ b/test/help/wast2json.txt @@ -22,7 +22,7 @@ options: --enable-simd SIMD support --enable-threads Threading support -o, --output=FILE output wasm binary file - -r, --relocatable Create a relocatable wasm binary (suitable for linking with wasm-link) + -r, --relocatable Create a relocatable wasm binary (suitable for linking with e.g. lld) --no-canonicalize-leb128s Write all LEB128 sizes as 5-bytes instead of their minimal size --debug-names Write debug names to the generated binary file --no-check Don't check for invalid modules |