wasmtime-c-api-impl 45.0.0

C API to expose the Wasmtime runtime
Documentation
1
2
3
4
5
6
7
8
9
#ifndef WASMTIME_TYPES_H
#define WASMTIME_TYPES_H

#include <wasmtime/types/arrayref.h>
#include <wasmtime/types/exnref.h>
#include <wasmtime/types/structref.h>
#include <wasmtime/types/val.h>

#endif // WASMTIME_TYPES_H