wasmi_c_api_impl 2.0.0-beta.2

C bindings for the Wasmi WebAssembly interpreter
Documentation
#ifndef WASMI_H
#define WASMI_H

#include <wasm.h>
#include <wasmi/config.h>
#include <wasmi/engine.h>
#include <wasmi/error.h>
#include <wasmi/store.h>

/**
 * \brief Wasmi version string.
 */
#define WASMI_VERSION "0.35.0"
/**
 * \brief Wasmi major version number.
 */
#define WASMI_VERSION_MAJOR 0
/**
 * \brief Wasmi minor version number.
 */
#define WASMI_VERSION_MINOR 35
/**
 * \brief Wasmi patch version number.
 */
#define WASMI_VERSION_PATCH 0

#endif // WASMI_H