Module
zio.wasm.Module
final case class Module(sections: Sections[CoreIndexSpace]) extends Section[ComponentIndexSpace]
WebAssembly programs are organized into modules, which are the unit of deployment, loading, and compilation. A module collects definitions for types, functions, tables, memories, and globals. In addition, it can declare imports and exports and provide initialization in the form of data and element segments, or a start function.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Section[ComponentIndexSpace]class Objecttrait Matchableclass AnyShow all
Members list
In this article