Store
Table of Contents
- __construct() : mixed
- Create a Wasm\Store from a `wasm_store_t` resource.
- __destruct() : mixed
- inner() : resource
- new() : self
Methods
__construct()
Create a Wasm\Store from a `wasm_store_t` resource.
public
__construct( $store) : mixed
Parameters
Tags
Return values
mixed —__destruct()
public
__destruct() : mixed
Return values
mixed —inner()
public
inner() : resource
Return values
resource —new()
public
static new(Engine $engine) : self
Parameters
- $engine : Engine