Packages

An experimental work-in-progress (WIP) WebAssembly runtime written in Gleam.

Current section

Files

Jump to
gwr include gwr@execution@machine_Thread.hrl
Raw

include/gwr@execution@machine_Thread.hrl

-record(thread, {
framestate :: gwr@execution@stack:frame_state(),
instructions :: list(gwr@syntax@instruction:instruction())
}).