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

Class

src/thread.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25const INSTRUCTION_HOOK_COUNT = 1000
26
27export default class Thread {
28 public readonly address: LuaState
29 public readonly lua: LuaWasm
30 protected readonly typeExtensions: OrderedExtension[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected