simpler name, add rustdocs

This commit is contained in:
Pat Hickey
2020-06-24 14:34:35 -07:00
parent 6b62b16c7d
commit 82c4132700
2 changed files with 44 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ pub use wasi_common::{WasiCtx, WasiCtxBuilder};
// Defines a `struct Wasi` with member fields and appropriate APIs for dealing
// with all the various WASI exports.
wasmtime_wiggle::define_wasmtime_integration!({
wasmtime_wiggle::wasmtime_integration!({
// The wiggle code to integrate with lives here:
target: wasi_common::wasi,
// This must be the same witx document as used above: