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
- listen
event
- 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