Skip to content

Commit bf09b7b

Browse files
fix: makefile dep for splicer component (#251)
This commit fixes the makefile splicer component deps to include the splicer-component Rust code. without this it was easy to build splicer components that didn't have *all* the latest code included.
1 parent c8a54cf commit bf09b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lib/spidermonkey-embedding-splicer.js: target/wasm32-wasip1/release/splicer_comp
2121
@$(JCO) new target/wasm32-wasip1/release/splicer_component.wasm -o obj/spidermonkey-embedding-splicer.wasm --wasi-reactor
2222
@$(JCO) transpile -q --name spidermonkey-embedding-splicer obj/spidermonkey-embedding-splicer.wasm -o lib -- -O1
2323

24-
target/wasm32-wasip1/release/splicer_component.wasm: Cargo.toml crates/spidermonkey-embedding-splicer/Cargo.toml crates/spidermonkey-embedding-splicer/src/*.rs
24+
target/wasm32-wasip1/release/splicer_component.wasm: Cargo.toml crates/spidermonkey-embedding-splicer/Cargo.toml crates/spidermonkey-embedding-splicer/src/*.rs crates/splicer-component/src/*.rs
2525
cargo build --lib --release --target wasm32-wasip1
2626

2727
lib/starlingmonkey_embedding.wasm: $(STARLINGMONKEY_DEPS) | lib

0 commit comments

Comments
 (0)