Add Go as an embedding to the book (#1481)

* Add Go as an embedding to the book

Also take this time to list out all embeddings in the README of wasmtime
itself.
This commit is contained in:
Alex Crichton
2020-04-08 11:03:30 -05:00
committed by GitHub
parent 328de8bf9b
commit 44e897ddad
10 changed files with 286 additions and 192 deletions

View File

@@ -10,7 +10,7 @@ This example shows off how to instantiate a wasm module using WASI imports.
## Wasm Source code
```rust,ignore
{{#include ../examples/wasi/wasm/wasi.c}}
{{#include ../examples/wasi/wasm/wasi.rs}}
```