Skip to content

Commit

Permalink
fix(c): Fix tool import from the rust tools
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 7, 2024
1 parent eda297b commit 18ef87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/wasm/c/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wasm-c-base:
wasi-sdk=20-r3

COPY rust-tools+tool-wasm-tools/wasm-tools /bin
COPY rust-tools+tool-wit-bindgen-cli/wit-bindgen /bin
COPY rust-tools+tool-wit-bindgen/wit-bindgen /bin

# Universal build scripts.
COPY --dir scripts /scripts
Expand Down

0 comments on commit 18ef87e

Please sign in to comment.