Crate tauri_wasm

Source
Expand description

tauri-wasm

The tauri framework library for pure rust frontend with wasm-bindgen (without npm)

🚧 The library is currently under development 🚧

Modules§

invoke

Structs§

Error

Enums§

EventTargetserde
An argument of event target for the emit_to function.

Functions§

argsserde
Arbitrary serializable data for with_args function.
emitserde
Sends an event to the backend.
emit_toserde
Sends an event to a listener registered by a specific target.
invoke
Invokes a [command] on the backend.
is_tauri
Checks whether tauri environment is detected.