Skip to content

Commit

Permalink
fix(examples/wasmtime): use separate target directory
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Jul 1, 2024
1 parent 8128bd7 commit 054f5cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/wasmtime/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
1 change: 1 addition & 0 deletions examples/wasmtime/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fn main() -> io::Result<()> {
.arg("--target=wasm32-unknown-unknown")
.arg("--package=fibonacci")
.arg("--release")
.arg("--target-dir=target")
.arg("--artifact-dir")
.arg(&out_dir)
.status()?;
Expand Down

0 comments on commit 054f5cb

Please sign in to comment.