Module bindings

Source
Available on target_family="wasm" only.
Expand description

wasm bindings for tauri’s provided js functions

Functions§

catch_invoke
Wrapper for invoke, to return an expected Result<T, E>
fire_and_forget_invoke
Wrapper for wait_invoke, to send a command without waiting for it
invoke
Binding for tauri’s global invoke function
listenevent
The binding for the frontend that listens to events
return_invoke
Wrapper for invoke, to return an expected DeserializeOwned item
wait_invoke
Wrapper for invoke, to await a command execution without handling the returned values