We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbf323 commit 01de687Copy full SHA for 01de687
1 file changed
Justfile
@@ -43,7 +43,10 @@ benchmark: python::python-sandbox-benchmark
43
44
python-dist: (wasm::build "release") (js::build "release") python::python-dist
45
46
-python-dist-backends: wasm::guest-compile-wit python::python-dist-backends
+python-dist-backends: wasm::_clean-stale-wasm wasm::guest-compile-wit js::_clean-stale
47
+ cargo build --manifest-path src/wasm_sandbox/Cargo.toml --release
48
+ cargo build --manifest-path src/javascript_sandbox/Cargo.toml --release
49
+ just python python-dist-backends
50
51
python-wheelhouse-test: python-dist python::python-wheelhouse-test
52
0 commit comments