Files
wasmtime/docs/embed.md
Dan Gohman 66460f2139 Miscellaneous doc updates (#1383)
* Add additional links to embedding and tutorial documentation.

* Fix a broken link to CONTRIBUTING.md.

Fixes #1280.
2020-03-23 09:58:08 -07:00

11 lines
294 B
Markdown

# Embedding Wasmtime
Wasmtime can be used as a library to embed WebAssembly execution support
within applications. It has a Rust API, and also supports the official
[WebAssembly C API].
* [Rust](embed-rust.md)
* [C](embed-c.md)
[WebAssembly C API]: https://github.com/WebAssembly/wasm-c-api