179#ifndef WASMTIME_API_H
180#define WASMTIME_API_H
209#define WASMTIME_VERSION "28.0.0"
213#define WASMTIME_VERSION_MAJOR 28
217#define WASMTIME_VERSION_MINOR 0
221#define WASMTIME_VERSION_PATCH 0
227#ifdef WASMTIME_FEATURE_WAT
Wasmtime async functionality.
Build-time defines for how the C API was built.
Wasmtime-specific extensions to wasm_config_t.
Definition and accessors of wasmtime_error_t.
Definition of wasmtime_extern_t and external items.
API for Wasmtime guest profiler.
A list of bytes.
Definition: wasm.h:102
Errors generated by Wasmtime.
wasmtime_error_t * wasmtime_wat2wasm(const char *wat, size_t wat_len, wasm_byte_vec_t *ret)
Converts from the text format of WebAssembly to the binary format.