java.lang.Object
com.dylibso.chicory.runtime.TagInstance
-
Constructor Summary
ConstructorsConstructorDescriptionTagInstance(com.dylibso.chicory.wasm.types.TagType tag) TagInstance(com.dylibso.chicory.wasm.types.TagType tag, com.dylibso.chicory.wasm.types.FunctionType type) -
Method Summary
-
Constructor Details
-
TagInstance
public TagInstance(com.dylibso.chicory.wasm.types.TagType tag) -
TagInstance
public TagInstance(com.dylibso.chicory.wasm.types.TagType tag, com.dylibso.chicory.wasm.types.FunctionType type)
-
-
Method Details
-
tagType
public com.dylibso.chicory.wasm.types.TagType tagType() -
setType
public void setType(com.dylibso.chicory.wasm.types.FunctionType type) -
type
public com.dylibso.chicory.wasm.types.FunctionType type()
-