1 // Convenience header to include all of `wasmtime/component/*.hh`. 2 3 #ifndef WASMTIME_COMPONENT_HH 4 #define WASMTIME_COMPONENT_HH 5 6 #include <wasmtime/component/component.hh> 7 #include <wasmtime/component/func.hh> 8 #include <wasmtime/component/instance.hh> 9 #include <wasmtime/component/linker.hh> 10 #include <wasmtime/component/types.hh> 11 #include <wasmtime/component/val.hh> 12 13 #endif // WASMTIME_COMPONENT_HH 14