WebAssembly runtime and execution
WebAssembly runtime ve calistirma
WASM runtime
wasmtime = "25"WASM runtime
wasmer = "4"Copy this Cargo.toml to get started:
[package]
name = "my-wasm-runtime"
version = "0.1.0"
edition = "2021"
[dependencies]
wasmtime = "25"
wasmer = "4"
thiserror = "1"
tracing = "0.1"