Skip to content

Commit 01de687

Browse files
committed
handle cache misses
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent dfbf323 commit 01de687

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Justfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ benchmark: python::python-sandbox-benchmark
4343

4444
python-dist: (wasm::build "release") (js::build "release") python::python-dist
4545

46-
python-dist-backends: wasm::guest-compile-wit python::python-dist-backends
46+
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
4750

4851
python-wheelhouse-test: python-dist python::python-wheelhouse-test
4952

0 commit comments

Comments
 (0)