-
Notifications
You must be signed in to change notification settings - Fork 412
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
wasm-pack do not find the correct target/
folder
#496
Comments
if you install wasm-pack from master today it will now support workspaces! i'm working super hard to get the release out today (there's been a few set backs...) but this should be released and fixed for you soon! closing, as this is fixed on master |
Thank you :-) I'll test it tomorrow |
Did you test this with custom values for I'm trying to work around rust-lang/cargo#8716 by setting a different target directory.
|
🐛 Bug description
wasm-pack do not find the correct
target/
folder when using a root level Cargo.toml to define a multi crate work space🤔 Expected Behavior
It should find the files where the work space put the. In the target folder on the root level.
👟 Steps to reproduce
Set up a workspace whit multiple crates. One of them having a wasm target. Try to compile
The file can be found at ../target/wasm32-unknown-unknown/release/id_generator.wasm
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.5.1
rustc version: 1.31.1 (b6c32da9b 2018-12-18)
The text was updated successfully, but these errors were encountered: