Fixes for cargo publish (#1416)
* Publishing fixes. * Make WASI a symlink. * More fixes. * Cargo doesn't allow dev-dependencies to have optional features. * Remove the symlink. * Add WASI as another git submodule.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
use crate::WasiCtx;
|
||||
|
||||
wiggle::from_witx!({
|
||||
witx: ["wig/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx"],
|
||||
witx: ["WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx"],
|
||||
ctx: WasiCtx,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user