Uses of Class
com.dylibso.chicory.wasm.types.TypeSection
-
Packages that use TypeSection Package Description com.dylibso.chicory.wasm com.dylibso.chicory.wasm.types -
-
Uses of TypeSection in com.dylibso.chicory.wasm
Methods in com.dylibso.chicory.wasm that return TypeSection Modifier and Type Method Description TypeSectionModule. typeSection()Methods in com.dylibso.chicory.wasm with parameters of type TypeSection Modifier and Type Method Description voidModule. setTypeSection(TypeSection typeSection) -
Uses of TypeSection in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types with parameters of type TypeSection Modifier and Type Method Description FunctionTypeFunctionSection. getFunctionType(int idx, TypeSection typeSection)
-