diff options
Diffstat (limited to 'src/wasm-wasi-component/wrapper.h')
-rw-r--r-- | src/wasm-wasi-component/wrapper.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wasm-wasi-component/wrapper.h b/src/wasm-wasi-component/wrapper.h new file mode 100644 index 00000000..93f3014a --- /dev/null +++ b/src/wasm-wasi-component/wrapper.h @@ -0,0 +1,5 @@ +#include <nxt_main.h> +#include <nxt_unit.h> +#include <nxt_unit_request.h> +#include <nxt_unit_typedefs.h> +#include <nxt_application.h> |