WABT

Section: User Commands (1)
Index Return to Main Contents

BSD mandoc
 

NAME

wasm-strip - remove sections of a WebAssembly binary file  

SYNOPSIS

wasm-strip [options] file  

DESCRIPTION

wasm-strip Remove sections of a WebAssembly binary file.

The options are as follows:

--help
Print a help message
--version
Print version information
-o , --output=FILE
output wasm binary file

 

EXAMPLES

Remove all custom sections from test.wasm

$ wasm-strip test.wasm
 

SEE ALSO

wasm-decompile1, wasm-interp1, wasm-objdump1, wasm-opcodecnt1, wasm-strip1, wasm-validate1, wasm2c(1), wasm2wat(1), wast2json(1), wat-desugar1, wat2wasm(1), spectest-interp1  

BUGS

If you find a bug, please report it at
Lk https://github.com/WebAssembly/wabt/issues .


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO
BUGS

This document was created by man2html, using the manual pages.
Time: 18:20:23 GMT, April 27, 2024