Uses of Class
com.dylibso.chicory.wasm.types.NameCustomSection
-
Packages that use NameCustomSection Package Description com.dylibso.chicory.wasm com.dylibso.chicory.wasm.types -
-
Uses of NameCustomSection in com.dylibso.chicory.wasm
Methods in com.dylibso.chicory.wasm that return NameCustomSection Modifier and Type Method Description NameCustomSectionModule. nameSection() -
Uses of NameCustomSection in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return NameCustomSection Modifier and Type Method Description static NameCustomSectionNameCustomSection. parse(byte[] bytes)Parse a new instance from a byte array.
-