Packages

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

Current section

Files

Jump to
gwr include gwr@binary_Section.hrl
Raw

include/gwr@binary_Section.hrl

-record(section, {
id :: integer(),
length :: integer(),
content :: gleam@option:option(gwr@binary:section_content())
}).