input-output-hk / js-cardano-wasm

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

Wasm-bindgen: future probable API #21

Closed NicolasDP closed 5 years ago

NicolasDP commented 6 years ago

This is a PoC of using wasm-pack and wasm-bindgen to generate JS binding from Rust library. The idea is to provide better JS API while reducing the overhead of writing the binding support by hand.

NicolasDP commented 5 years ago

closing this one, superseeded by cardano-wallet in master