Fixes needed for 0.19.0 (#2035)
* Add some more wiggle crates to publish * Fix build of wasi-common on crates.io * Bump crates to 0.19.1 to fix crates.io build
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wasmtime-wasi"
|
||||
version = "0.19.0"
|
||||
version = "0.19.1"
|
||||
authors = ["The Cranelift Project Developers"]
|
||||
description = "WASI API support for Wasmtime"
|
||||
documentation = "https://docs.rs/wasmtime-wasi"
|
||||
|
||||
@@ -10,7 +10,7 @@ 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:
|
||||
witx: ["../wasi-common/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx"],
|
||||
witx: ["phases/snapshot/witx/wasi_snapshot_preview1.witx"],
|
||||
// This must be the same ctx type as used for the target:
|
||||
ctx: WasiCtx,
|
||||
// This macro will emit a struct to represent the instance,
|
||||
|
||||
Reference in New Issue
Block a user