Skip to main content

Apps functions

dev.apps - wire path a - generated from fwMenuApps.

launch_app

Launch App.

Wire command: a\a

Returns: none (Ok/Err only)

dev.apps.launch_app() -> Result
ow_status ow_apps_launch_app(ow_device* dev);
dev.apps().launch_app() -> Result<(), OwError>

The C and Rust signatures above are also the WASM guest signatures - the device API surface is identical; only the transport differs (ow_open_wasm(&dev) in C, OneWili::open() in Rust).

dev.apps.launch_app() # check dev.ok