Wasmtime strives to be a highly configurable and embeddable runtime to run on any scale of application."
You can use Wasmtime from a variety of different languages through embeddings of the implementation:
- Rust - the
wasmtime
crate - C - the
wasm.h
,wasi.h
, andwasmtime.h
headers or usewasmtime
Conan package - [C++] - the
wasmtime-cpp
repository or usewasmtime-cpp
Conan package - Python - the
wasmtime
PyPI package - .NET - the
Wasmtime
NuGet package - Go - the
wasmtime-go
repository
Languages · Cloudflare Workers docs
Serverless Rust with Cloudflare WorkersOpen external link
WebAssembly on Cloudflare WorkersOpen external link
You can write Workers with any language that can compile to JavaScript
You can write Workers with any language that can compile to JavaScript
No comments:
Post a Comment