Skip to content

Commit f1e9772

Browse files
committed
fix: update target name
1 parent 33bdbe8 commit f1e9772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl State {
180180
let mut plugin_path = cwd.clone();
181181
plugin_path.extend(
182182
PathBuf::from(format!(
183-
"target/wasm32-wasi/debug/{}.wasm",
183+
"target/wasm32-wasip1/debug/{}.wasm",
184184
project_dir_name.to_string()
185185
))
186186
.components(),

0 commit comments

Comments
 (0)