You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the sdk-common crate to be compilable to wasm32-unknown-unknown
The DNS lookup dependency requires low level TCP/IP access. Temporary remove this from the WASM compilation and look for alternatives (already tested hickory & domain). Would a Breez API to do DNS TXT lookups be acceptable?
Exchange the use of the tonic transport feature in WASM for tonic_web_wasm_client
Change async traits to be WASM compatible
Add necessary wasm_bindgen decorators to exposed types
Add CI build test
The text was updated successfully, but these errors were encountered:
Change the sdk-common crate to be compilable to wasm32-unknown-unknown
The text was updated successfully, but these errors were encountered: