We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f13a52 commit 434bd83Copy full SHA for 434bd83
rust/c509-certificate/Earthfile
@@ -13,7 +13,7 @@ IMPORT ../.. AS repo
13
# - Create a publish target which can publish the library to NPM for both Web and NodeJS.
14
# - Create a simple example web app and nodejs app which uses the library, and can be used to
15
# test it after publishing.
16
-build-wasm:
+skip-build-wasm: # for now skip building wasm.
17
FROM rust-local+build
18
19
COPY repo+repo-docs/repo/LICENSE-APACHE c509-certificate/.
@@ -28,6 +28,7 @@ build-wasm:
28
29
# js-wasm-package-locally : Generate the wasm package and save it locally
30
js-wasm-package-locally:
31
- FROM +build-wasm
+ FROM +skip-build-wasm
32
33
SAVE ARTIFACT /pkg AS LOCAL ./pkg
34
+`
0 commit comments