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