#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>
#define WASMI_VERSION "0.35.0"
#define WASMI_VERSION_MAJOR 0
#define WASMI_VERSION_MINOR 35
#define WASMI_VERSION_PATCH 0
#endif