Crates.io | substrate-wasmtime |
lib.rs | substrate-wasmtime |
version | 0.19.0 |
source | src |
created_at | 2020-03-12 18:11:37.469499 |
updated_at | 2020-07-23 16:02:55.523124 |
description | High-level API to expose the Wasmtime runtime |
homepage | |
repository | https://github.com/bytecodealliance/wasmtime |
max_upload_size | |
id | 217915 |
size | 308,618 |
The wasmtime
crate is an embedding API of the wasmtime
WebAssembly runtime.
This is intended to be used in Rust projects and provides a high-level API of
working with WebAssembly modules.
If you're interested in embedding wasmtime
in other languages, you may wish to
take a look a the C embedding API instead!