Module wasefire_applet_api::platform::update

source ·
Expand description

Operations to update the platform.

All operations are abstract over the update content such that they can work on all platforms. In particular, chunks and errors are platform-specific. Applets with knowledge about their platform may actually inspect that content for additional checks.

Modules§

Functions§

  • finalizeNon-native
    Finalizes a platform update process.
  • initializeNon-native
    Starts a platform update process.
  • is_supportedNon-native
    Whether platform update is supported.
  • metadataNon-native
    Returns the metadata of the platform.
  • processNon-native
    Processes the next chunk of a platform update.