Packages

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

Current section

Files

Jump to
gwr include gwr@binary_CustomSection.hrl
Raw

include/gwr@binary_CustomSection.hrl

-record(custom_section, {
name :: binary(),
data :: gleam@option:option(bitstring())
}).