docs.rs failed to build wasmer-cli-5.0.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
wasmer-cli-5.0.1
wasmer-cli
This crate is the Wasmer CLI.
The recommended way to install wasmer
is via the wasmer-installer.
However, you can also install wasmer
via Cargo (you will need to specify the compilers to use):
Or by building it inside the codebase:
Features
The Wasmer supports the following features:
wat
(default): support for executing WebAssembly text files.wast
(default): support for running wast test files.cache
(default): support or automatically caching compiled artifacts.wasi
(default): support for WASI.singlepass
: support for the Singlepass compiler.cranelift
: support for the Cranelift compiler.llvm
: support for the LLVM compiler.
CLI commands
Once you have Wasmer installed, you can start executing WebAssembly files easily:
Get the current Wasmer version:
Execute a WebAssembly file:
Compile a WebAssembly file:
Run a compiled WebAssembly file (fastest):