Wasmer PHP

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
$store :

resource a wasm_store_t resource

Tags
throws
InvalidArgumentException

If the $store argument is not a valid wasm_store_t resource

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
Return values
self

Search results