Package io.github.eutro.wasm2j.core.conf.impl
package io.github.eutro.wasm2j.core.conf.impl
Implementations of configuration interfaces.
-
ClassDescriptionAn
TableConvention
that has a Java array as its underlying representation.The ubiquitous calling convention.AMemoryConvention
that has aByteBuffer
as its underlying representation.AnExportableConvention
which just delegates to another.AnInstanceFunctionConvention
which implements function calls by invoking a specific Java method on a Java object.