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§
- Module of
finalize. - Module of
initialize. - Module of
is_supported. - Module of
metadata. - Module of
process.
Functions§
- finalize⚠Non-
nativeFinalizes a platform update process. - initialize⚠Non-
nativeStarts a platform update process. - is_supported⚠Non-
nativeWhether platform update is supported. - metadata⚠Non-
nativeReturns the metadata of the platform. - process⚠Non-
nativeProcesses the next chunk of a platform update.