Uses of Class
com.dylibso.chicory.wasm.types.Import
-
Packages that use Import Package Description com.dylibso.chicory.wasm.types -
-
Uses of Import in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return Import Modifier and Type Method Description ImportImportSection. getImport(int idx)Methods in com.dylibso.chicory.wasm.types that return types with arguments of type Import Modifier and Type Method Description Stream<Import>ImportSection. stream()Constructors in com.dylibso.chicory.wasm.types with parameters of type Import Constructor Description ImportSection(Import[] imports)
-