Skip to content

Commit a751669

Browse files
authored
Add build.rs and dev.yml files (#248)
we need to check if our wasi provider bytes have changed and rebuild, the new build.rs takes care of this.
1 parent cdaac7d commit a751669

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
println!("cargo:rerun-if-changed=providers/javy_quickjs_provider_v1.wasm");
3+
}

dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: function-runner
2+
3+
type: rust
4+
5+
up:
6+
- rust

0 commit comments

Comments
 (0)