We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46e5f7 commit d3ad73aCopy full SHA for d3ad73a
1 file changed
src/run_and_reload.rs
@@ -56,7 +56,7 @@ impl RunAndReload {
56
let mut plugin_path = cwd.clone();
57
plugin_path.extend(
58
PathBuf::from(format!(
59
- "target/wasm32-wasi/debug/{}.wasm",
+ "target/wasm32-wasip1/debug/{}.wasm",
60
project_dir_name.to_string()
61
))
62
.components(),
0 commit comments