pub fn instantiate(
wasm: &[u8],
known_valid: KnownValid,
config: &Config,
timeout: Timeout,
)
Expand description
Instantiate the Wasm buffer, and implicitly fail if we have an unexpected panic or segfault or anything else that can be detected “passively”.
The engine will be configured using provided config.