Packages

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

Current section

Files

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

include/gwr@execution@machine_Configuration.hrl

-record(configuration, {
store :: gwr@execution@runtime:store(),
thread :: gwr@execution@machine:thread()
}).