File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ build target=default-target:
4444guests : build-and-move-rust-guests build-and-move-c-guests
4545
4646ensure-cargo-hyperlight :
47- {{ if os () == " windows" { " if (-not (Get-Command cargo-hyperlight -ErrorAction SilentlyContinue)) { cargo install --locked cargo-hyperlight }" } else { " command -v cargo-hyperlight >/dev/null 2>&1 || cargo install --locked cargo-hyperlight" } }}
47+ cargo install --locked cargo-hyperlight
4848
4949witguest-wit :
50- {{ if os () == " windows" { " if (-not (Get-Command wasm-tools -ErrorAction SilentlyContinue)) { cargo install --locked wasm-tools }" } else { " command -v wasm-tools >/dev/null 2>&1 || cargo install --locked wasm-tools" } }}
50+ cargo install --locked wasm-tools
5151 cd src/ tests/ rust_guests/ witguest && wasm-tools component wit guest.wit -w -o interface.wasm
5252 cd src/ tests/ rust_guests/ witguest && wasm-tools component wit two_worlds.wit -w -o twoworlds.wasm
5353
You can’t perform that action at this time.
0 commit comments