1 #ifndef WASMTIME_COMPONENT_H
2 #define WASMTIME_COMPONENT_H
3 
4 #include <wasmtime/component/component.h>
5 #include <wasmtime/component/func.h>
6 #include <wasmtime/component/instance.h>
7 #include <wasmtime/component/linker.h>
8 #include <wasmtime/component/types.h>
9 #include <wasmtime/component/val.h>
10 
11 #endif // WASMTIME_COMPONENT_H
12