-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Trying to call SDK from Yew component:
wasm_bindgen_futures::spawn_local(async move {
let users = client.get_users().await.unwrap();
});
Compilation fails with Client not wasm-bindgen compatible. Is there a recommended approach for SDK usage in WASM/Yew projects?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request