wasm-tool / parcel-plugin-wasm.rs

wasm-bindgen support for Parcel bundler
MIT License
66 stars 16 forks source link

`lib.rs` no longer handled by parcel-plugin-wasm.rs #21

Open yw662 opened 5 years ago

yw662 commented 5 years ago

Parcel use this plugin when import package using Cargo.toml, but it seems that lib.rs is no longer handled by this plugin.

catsigma commented 5 years ago

Do you need this lib.rs support? I've removed the description in README.md now.