-
Notifications
You must be signed in to change notification settings - Fork 438
wasm-pack build flag docs out of date #462
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
Comments
Yeah, the docs are built from I think the docs at https://rustwasm.github.io/wasm-pack/book/ should be generated for multiple versions (like docs.rs does), so we can have docs for |
Got it, thanks. Any idea when |
Not really, sorry. I think @ashleygwilliams should be able to answer that though. |
I will be working on a release starting tomorrow, so should be sometime this week! So sorry for the delay! The Rust 2018 Edition kinda took over a bunch of my time. Now that that is over you should see both dev and release work in this pick up significantly. Sorry again! |
No need to be sorry! Thanks for all your hard work. |
🐛 Bug description
https://rustwasm.github.io/wasm-pack/book/commands/build.html#profile
The section of this book describes three flags:
--dev
,--profiling
, and--release
, all of which result in this errored output:It looks like
--debug
is the only flag that does anything currently - no flag seems to build for release by default.🤔 Expected Behavior
The documentation matches the behavior of the tool.
👟 Steps to reproduce
Run
wasm-pack
with each command and note the output.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.5.1
rustc version: rustc 1.31.0 (abe02cefd 2018-12-04)
Thanks for your work on this awesome tool!
The text was updated successfully, but these errors were encountered: