Package com.dylibso.chicory.wasm.types
Class ImportSection
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Section
-
- com.dylibso.chicory.wasm.types.ImportSection
-
public class ImportSection extends Section
-
-
Constructor Summary
Constructors Constructor Description ImportSection(Import[] imports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportgetImport(int idx)intimportCount()Stream<Import>stream()
-