Package io.github.eutro.wasm2j.core.conf.impl
package io.github.eutro.wasm2j.core.conf.impl
Implementations of configuration interfaces.
-
ClassesClassDescriptionAn
TableConventionthat has a Java array as its underlying representation.The ubiquitous calling convention.AMemoryConventionthat has aByteBufferas its underlying representation.AnExportableConventionwhich just delegates to another.AnInstanceFunctionConventionwhich implements function calls by invoking a specific Java method on a Java object.