java.lang.Object
com.dylibso.chicory.runtime.Instance
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Instance.Builderbuilder(com.dylibso.chicory.wasm.WasmModule module) com.dylibso.chicory.wasm.types.Elementelement(int idx) intexn(int idx) exports()com.dylibso.chicory.wasm.types.FunctionTypeexportType(String name) com.dylibso.chicory.wasm.types.FunctionBodyfunction(long idx) intintfunctionType(int idx) global(int idx) imports()initialize(boolean start) memory()com.dylibso.chicory.wasm.WasmModulemodule()intvoidsetElement(int idx, com.dylibso.chicory.wasm.types.Element val) table(int idx) tag(int idx) inttagCount()com.dylibso.chicory.wasm.types.FunctionTypetype(int idx)
-
Field Details
-
START_FUNCTION_NAME
- See Also:
-
-
Method Details
-
initialize
-
exportType
-
exports
-
export
-
function
public com.dylibso.chicory.wasm.types.FunctionBody function(long idx) -
functionCount
public int functionCount() -
memory
-
global
-
type
public com.dylibso.chicory.wasm.types.FunctionType type(int idx) -
functionType
public int functionType(int idx) -
imports
-
module
public com.dylibso.chicory.wasm.WasmModule module() -
table
-
element
public com.dylibso.chicory.wasm.types.Element element(int idx) -
elementCount
public int elementCount() -
setElement
public void setElement(int idx, com.dylibso.chicory.wasm.types.Element val) -
tag
-
tagCount
public int tagCount() -
registerException
-
exn
-
getMachine
-
builder
-