wasm2wat用法
wasm2wat
— translate from the binary format to the text format
The options are as follows: Use multiple times for more info Print a help message Output file for the generated wast file, by default use stdout Write folded expressions where possible Experimental exception handling Import/export mutable globals Saturating float-to-int operators Sign-extension operators SIMD support Threading support Write all exports inline Write all imports inline Ignore debug names in the binary file Give auto-generated names to non-named functions, types, etc. Don't check for invalid modules Parse test.wasm, write test.wat, but ignore the debug names, if anySYNOPSIS
wasm2wat
[options] file DESCRIPTION
wasm2wat
does the inverse of wat2wasm, translate from the binary format back to the text format (also known as a .wat).-v
, -
-verbose
-
-help
-o
, -
-output=FILENAME
-f
, -
-fold-exprs
-
-enable-exceptions
-
-disable-mutable-globals
-
-enable-saturating-float-to-int
-
-enable-sign-extension
-
-disable-simd
-
-enable-threads
-
-inline-exports
-
-inline-imports
-
-no-debug-names
-
-generate-names
-
-no-check
EXAMPLES
Parse binary file test.wasm and write text file test.wast$ wasm2wat test.wasm -o test.wat
$ wasm2wat test.wasm --no-debug-names -o test.wat
感动 | 同情 | 无聊 | 愤怒 | 搞笑 | 难过 | 高兴 | 路过 |
- 上一篇:Kaspa从“脚本公钥”生成“脚本公钥地址”
- 下一篇:kaspa NG设置端口
相关文章
-
没有相关内容