input-output-hk / js-cardano-wasm

various cardano javascript using wasm bindings
MIT License
31 stars 21 forks source link

Adds possibility to use "wallet-wasm" as Rust library, with lto for wasm #38

Open ypopovych opened 5 years ago

ypopovych commented 5 years ago

This PR enables both options for the library.

It works in some strange way (wasm will be built as an example library), but it works fine and enables both types of binaries.

This is workaround over Cargo problem with lto for mixed builds.