detect if cargo toml has wasm-bindgen dep #141
Labels
good first issue
Good for newcomers
PR attached
there's a PR open for this issue
to-do
stuff that needs to happen, so plz do it k thx
Milestone
this issue is reserved for someone who has not yet contributed to wasm-pack
in order to compile to wasm32-unknown-unknown, the user must put the following in their
Cargo.toml
:we have the ability to check this before we try to compile- to save the user some time and help remind them to do it!
we'll probably want to work on this in the
manifest.rs
file, and it might be similar to theget_crate_name
function... see hereThe text was updated successfully, but these errors were encountered: