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
Thanks for the report! While somewhat intended behavior today I don't think there's any reason we can't just go ahead and create the directory if it doesn't already exist. @Vlad-Shcherbina would you be interested in sending a PR to do this? In theory it's not too hard!
To reproduce:
These commands are from build.sh, except I was running them on Windows.
Expected
Stuff to compile,
pkg
directory with stuff to appear.Actual result
The last command (
cargo run ... wasm-bindgen ...
) fails with the following error:Manually creating an empty
pkg
directory fixes this.The text was updated successfully, but these errors were encountered: