Add examples of linking and WASI (#1369)
* Add examples of linking and WASI This commit adds two example programs, one for linking two modules together and one for instantiating WASI. The linkage example additionally uses WASI to get some meaningful output at this time. cc #1272 * Add examples to the book as well * More links! * Ignore examples from rustdoc testsing * More example updates * More ignored
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
This document shows an example of how to embed Wasmtime using the [Rust
|
||||
API][apidoc] to execute a simple wasm program. Be sure to also check out the
|
||||
[full API documentation][apidoc] for a full listing of what the [`wasmtime`
|
||||
crate][crate] has to offer.
|
||||
crate][wasmtime] has to offer and the [book examples for
|
||||
Rust](./examples-rust-embed.md) for more information.
|
||||
|
||||
[apidoc]: https://bytecodealliance.github.io/wasmtime/api/wasmtime/
|
||||
[wasmtime]: https://crates.io/crates/wasmtime
|
||||
|
||||
Reference in New Issue
Block a user