Module moras::modules::riscv::middleware
source · Expand description
You Should ignore any Window, State<> type in the function signature, as they are used for Tauri’s state management. You only need to focus on the function signature, other type parameters and the return type.
Modules§
- This module provides API functions for the backend of a Tauri application to emit event to the frontend, and the frontend needs to handle the event by
listen
. - This module provides API functions for the frontend. Could be used by
invoke
in EMCAScript