wasm-bindgen/crates/backend
konstin 69bbf597af Allow reexporting proc macro output in the 2018 edition
Trying to use a proc macro from a 2018 edition crate in a 2018 edition crate that reexports wasm bindgen's output failed before this commit with "could not find `wasm_bindgen` in `{{root}}`".

This commit was made with 

rg " ::wasm_bindgen::" --files-with-matches | xargs sed -i 's/::wasm_bindgen::/wasm_bindgen::/g'
2019-03-18 10:43:48 +01:00
..
src Allow reexporting proc macro output in the 2018 edition 2019-03-18 10:43:48 +01:00
Cargo.toml Bump to 0.2.39 2019-03-13 11:02:27 -07:00