You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bin-target-triple = "wasm32-wasip2" is set and kebab case is used for the project name, an error will be reported when executing the build.
Error: at `/root/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/cargo-leptos-0.2.24/src/compile/server.rs:40:22`
Caused by:
0: at `/root/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/cargo-leptos-0.2.24/src/service/site.rs:117:44`
1: Could not read "target/server/wasm32-wasip2/debug/semen-sinapis.wasm" at `/root/.cargo/registry/src/rsproxy.cn-0dccff568467c15b/cargo-leptos-0.2.24/src/ext/fs.rs:44:10`
2: No such file or directory (os error 2)
The result of the compilation will be changed to snake_case named file.
The text was updated successfully, but these errors were encountered:
When bin-target-triple = "wasm32-wasip2" is set and kebab case is used for the project name, an error will be reported when executing the build.
The result of the compilation will be changed to snake_case named file.
The text was updated successfully, but these errors were encountered: