Similar to issue raised: wasm-bindgen/wasm-pack#427
I have an npm workspace monorepo setup where I have multiple crates in different packages. Is there a way to build more than a single crate? Ideally, the API wouldn't need me to specify the crate directory - it could just be inferred by the import path?
Similar to issue raised: wasm-bindgen/wasm-pack#427
I have an npm workspace monorepo setup where I have multiple crates in different packages. Is there a way to build more than a single crate? Ideally, the API wouldn't need me to specify the crate directory - it could just be inferred by the import path?