Uses of Class
com.dylibso.chicory.wasm.types.FunctionBody
-
Packages that use FunctionBody Package Description com.dylibso.chicory.wasm.types -
-
Uses of FunctionBody in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return FunctionBody Modifier and Type Method Description FunctionBody[]CodeSection. functionBodies()FunctionBodyCodeSection. getFunctionBody(int idx)Constructors in com.dylibso.chicory.wasm.types with parameters of type FunctionBody Constructor Description CodeSection(FunctionBody[] functionBodies)
-