Skip to content

Commit d3ad73a

Browse files
committed
fix: update target name
1 parent b46e5f7 commit d3ad73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run_and_reload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl RunAndReload {
5656
let mut plugin_path = cwd.clone();
5757
plugin_path.extend(
5858
PathBuf::from(format!(
59-
"target/wasm32-wasi/debug/{}.wasm",
59+
"target/wasm32-wasip1/debug/{}.wasm",
6060
project_dir_name.to_string()
6161
))
6262
.components(),

0 commit comments

Comments
 (0)