File tree 4 files changed +5
-10
lines changed 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -ex
3
- cd $( dirname $( realpath $0 ) ) /witx
4
- cargo run -p witx-cli - - docs $1 ../../phases/snapshot/witx/wasi_snapshot_preview1.witx --output ../../phases/snapshot/docs.md
5
- cargo run -p witx-cli - - docs $1 ../../phases/old/snapshot_0/witx/wasi_unstable.witx --output ../../phases/old/snapshot_0/docs.md
6
- cargo run -p witx-cli - - docs $1 \
3
+ cd $( dirname $( realpath $0 ) ) /witx-cli
4
+ cargo run -- docs $1 ../../phases/snapshot/witx/wasi_snapshot_preview1.witx --output ../../phases/snapshot/docs.md
5
+ cargo run -- docs $1 ../../phases/old/snapshot_0/witx/wasi_unstable.witx --output ../../phases/old/snapshot_0/docs.md
6
+ cargo run -- docs $1 \
7
7
../../phases/ephemeral/witx/wasi_ephemeral_args.witx \
8
8
../../phases/ephemeral/witx/wasi_ephemeral_clock.witx \
9
9
../../phases/ephemeral/witx/wasi_ephemeral_environ.witx \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name = "witx"
15
15
path = " src/main.rs"
16
16
17
17
[dependencies ]
18
- witx = { path = " ../" , version = " 0.9.1" }
18
+ witx = { path = " ../witx " , version = " 0.9.1" }
19
19
anyhow = " 1"
20
20
log = " 0.4"
21
21
thiserror = " 1.0"
File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,8 +25,3 @@ rayon = "1.0"
25
25
[[test ]]
26
26
name = " witxt"
27
27
harness = false
28
-
29
- [workspace ]
30
- members = [
31
- " cli" ,
32
- ]
You can’t perform that action at this time.
0 commit comments