Commit f492a45
committed
Fix resolution of
This fixes an issue that, when a dependent crate depends on `stdweb` for
the use of the `js!` macro but does not specify the dependency
`wasm_bindgen`, attempting to build for the target
`wasm32-unknown-unknown` (or using `wasm-pack` and friends) will yield
the following error:
error[E0433]: failed to resolve: use of undeclared type or module
`wasm_bindgen`wasm_bindgen in js! macro1 parent 9b418d9 commit f492a45
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments