Method
from_wasmtime
(id: InstanceId, store: &mut StoreOpaque)
Source from the content-addressed store, hash-verified
| 351 | } |
| 352 | |
| 353 | pub(crate) fn from_wasmtime(id: InstanceId, store: &mut StoreOpaque) -> Instance { |
| 354 | Instance { |
| 355 | id: StoreInstanceId::new(store.id(), id), |
| 356 | } |
| 357 | } |
| 358 | |
| 359 | fn start_raw<T>(&self, store: &mut StoreContextMut<'_, T>) -> Result<()> { |
| 360 | // If a start function is present, invoke it. Make sure we use all the |
Callers
nothing calls this directly
Tested by
no test coverage detected