1 /// \file wasmtime/component/types.h 2 3 #ifndef WASMTIME_COMPONENT_TYPES_H 4 #define WASMTIME_COMPONENT_TYPES_H 5 6 #include <wasmtime/component/types/component.h> 7 #include <wasmtime/component/types/func.h> 8 #include <wasmtime/component/types/instance.h> 9 #include <wasmtime/component/types/module.h> 10 #include <wasmtime/component/types/resource.h> 11 #include <wasmtime/component/types/val.h> 12 13 #endif // WASMTIME_COMPONENT_TYPES_H 14