Module perseus::client

source ·
Expand description

Utilities for initializing the Perseus client.

Functions

  • The entrypoint into the app itself. This will be compiled to Wasm and actually executed, rendering the rest of the app. Runs the app in the browser on the client-side. This is designed to be executed in a function annotated with #[wasm_bindgen].

Type Definitions

  • A convenience type wrapper for the type returned by nearly all client-side entrypoints.