-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Permission denied (os error 13) #945
Comments
While following https://developer.mozilla.org/en-US/docs/WebAssembly/Rust_to_wasm
OS: Fedora 32 |
I suspect it is something with |
WSL2? |
Could reproduce on Debian with those env vars environment: |
π Bug description
wasm-pack build failed with Error: Permission denied (os error 13)γ
wasm-pack --help works.
π€ Expected Behavior
build passed.
π Steps to reproduce
open this PR gengjiawen/monkey-rust#14 in gitpods. You may need to install this extension first
https://chrome.google.com/webstore/detail/gitpod-dev-environments-i/dodmmooeoklaejobgleioelladacbeki
when opened
cd wasm/ wasm-pack build
Not sure this related to permission issue or something. But it doesn't show stacktrace.
π Your environment
Include the relevant details of your environment.
wasm-pack version: 0.9.1
rustc version: 1.48
The text was updated successfully, but these errors were encountered: