Module wasmer_wasix::state::handles::thread_local

source ยท

Structsยง

  • WasiInstanceGuard ๐Ÿ”’
    This non-sendable guard provides memory safe access to the WasiInstance object but only when it is constructed with certain constraints
  • This provides access to the memory inside the instance
  • This non-sendable guard provides memory safe access to the WasiInstance object but only when it is constructed with certain constraints. This one provides mutable access
  • This handle protects the WasiInstance and makes it accessible only when you are in the current thread otherwise it will return None. This means it becomes possible to make WasiEnv send without unsafe code however it means that access to the must be checked

Constantsยง

Staticsยง