This commit is contained in:
parent
0ab30a1d81
commit
f90c633898
6 changed files with 9 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ int main() {
|
|||
return 1;
|
||||
}
|
||||
|
||||
fs::path artifact = work / "bin" / "wasi-hello-wasm32-wasip1-native" / "wasi-hello.wasm";
|
||||
fs::path artifact = cfg.BinDir() / "wasi-hello.wasm";
|
||||
if (!fs::exists(artifact)) {
|
||||
std::println(std::cerr, "expected artifact missing at {}", artifact.string());
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue