Enum wasmtime_runtime::InstantiationError [−][src]
Expand description
An error while instantiating a module.
Variants
Resource(Error)
Insufficient resources available for execution.
Tuple Fields of Resource
0: Error
Link(LinkError)
A wasm link error occured.
Tuple Fields of Link
0: LinkError
Trap(Trap)
A trap ocurred during instantiation, after linking.
Tuple Fields of Trap
0: Trap
Limit(u32)
A limit on how many instances are supported has been reached.
Tuple Fields of Limit
0: u32