wasmer run [FLAGS] [OPTIONS] <FILE> [--] [--]...
--enable-all Enable support for all pre-standard proposals
--enable-bulk-memory Enable support for the bulk memory proposal
--cranelift Use Cranelift compiler
--disable-cache Disable the cache
--enable-verifier Enable compiler internal verification
-h, --help Prints help information
--universal Use Universal Engine
--enable-multi-value Enable support for the multi value proposal
--dylib Use Dynamic Library Engine
--staticlib Use Staticlib Engine
--enable-reference-types Enable support for the reference types proposal
--enable-simd Enable support for the SIMD proposal
--singlepass Use Singlepass compiler
--enable-threads Enable support for the threads proposal
-V, --version Prints version information
--dir <DIR>... WASI pre-opened directory
--mapdir <GUEST_DIR:HOST_DIR>... Map a host directory to a different location for the wasm module
--env <KEY=VALUE>... Pass custom environment variables
-i, --invoke <invoke> Invoke a specified function
--llvm-debug-dir <llvm-debug-dir> LLVM debug directory, where IR and object files will be written to
<-->... Application arguments