Docs.rs
wasmtime-cli-33.0.0
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wasmtime-cli 33.0.0
Command-line interface for Wasmtime
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
component
fib-debug
tokio
wasip1
wasip1-async
wasip2
wasip2-async
anyref.c
anyref.rs
anyref.wat
async.cpp
async.wat
CMakeLists.txt
coredump.rs
epochs.rs
externref.c
externref.cc
externref.rs
externref.wat
fast_compilation.rs
fast_execution.rs
fast_instantiation.rs
fuel.c
fuel.cc
fuel.rs
fuel.wat
gcd.c
gcd.cc
gcd.rs
gcd.wat
hello.c
hello.cc
hello.rs
hello.wat
interrupt.c
interrupt.cc
interrupt.rs
interrupt.wat
linking.c
linking.cc
linking.rs
linking1.wat
linking2.wat
memory.c
memory.cc
memory.rs
memory.wat
mpk-available.rs
mpk.rs
multi.c
multi.rs
multi.wat
multimemory.c
multimemory.rs
multimemory.wat
pre_compile.rs
README.md
run_pre_compiled.rs
serialize.c
serialize.rs
threads.c
threads.rs
threads.wat
1
2
3
4
(module (func $hello (import "global" "hello")) (func (export "run") (call $hello)) )