wasmi_c_api_impl 1.0.9

C bindings for the Wasmi WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * \file wasmi/conf.h
 *
 * \brief Build-time defines for how the C API was built.
 */

#ifndef WASMI_CONF_H
#define WASMI_CONF_H

// #cmakedefine WASMI_FEATURE_WASI

#endif // WASMI_CONF_H