Package com.dylibso.chicory.wasm
Class Parser
java.lang.Object
com.dylibso.chicory.wasm.Parser
Parser for Web Assembly binaries.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Parser.Builderbuilder()static WasmModuleparse(byte[] buffer) static WasmModulestatic WasmModuleparse(InputStream input) voidparse(InputStream in, ParserListener listener) static WasmModuleparse(Supplier<InputStream> inputStreamSupplier) static voidparseWithoutDecoding(byte[] bytes, ParserListener listener) voidparseWithoutDecoding(InputStream in, ParserListener listener)
-
Method Details
-
builder
-
parse
-
parse
-
parse
-
parse
-
parse
-
parse
-
parseWithoutDecoding
-
parseWithoutDecoding
-