I would like to re-use the abstractions here to support wasm bindings via wasm-bindgen.
I suppose we may be able to follow the outline set by the uniffi feature already implemented here in order to use the #[wasm_bindgen] proc macros with cfg_attr attributes in order to produce WASM and later TypeScript bindings.
Here are some resources to serve as inspiration
I would like to re-use the abstractions here to support wasm bindings via
wasm-bindgen.I suppose we may be able to follow the outline set by the
uniffifeature already implemented here in order to use the#[wasm_bindgen]proc macros withcfg_attrattributes in order to produce WASM and later TypeScript bindings.Here are some resources to serve as inspiration
bdk-wasmproject