Skip to main content

Crate exclosured_guest

Crate exclosured_guest 

Source
Expand description

Exclosured guest-side helpers for WASM modules.

Provides emit() for sending events to LiveView, broadcast() for inter-module communication, and memory management exports (alloc/dealloc).

Functionsยง

alloc
Allocate memory in the WASM linear memory.
broadcast
Broadcast a message to other WASM modules on the same page.
dealloc
Deallocate memory previously allocated with alloc.
emit
Emit an event to the LiveView server.