Uses of Class
com.dylibso.chicory.wasm.types.FunctionBody
Packages that use FunctionBody
-
Uses of FunctionBody in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return FunctionBodyModifier and TypeMethodDescriptionCodeSection.functionBodies()CodeSection.getFunctionBody(int idx) Methods in com.dylibso.chicory.wasm.types with parameters of type FunctionBodyModifier and TypeMethodDescriptionCodeSection.Builder.addFunctionBody(FunctionBody functionBody) Add a function body to this section.