com.dylibso.chicory.runtime.Machine Maven / Gradle / Ivy
package com.dylibso.chicory.runtime;
import com.dylibso.chicory.wasm.ChicoryException;
@FunctionalInterface
public interface Machine {
long[] call(int funcId, long[] args) throws ChicoryException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy