MCPcopy Create free account
hub / github.com/ceifa/wasmoon / constructor

Method constructor

src/type-extensions/table.ts:10–12  ·  view source on GitHub ↗
(thread: Global)

Source from the content-addressed store, hash-verified

8
9class TableTypeExtension extends TypeExtension<TableType> {
10 public constructor(thread: Global) {
11 super(thread, 'js_table')
12 }
13
14 public close(): void {
15 // Nothing to do

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected