Files
bpf-developer-tutorial/6-sigsnoop/eunomia-include/wasm-app.h
2022-12-02 19:18:03 +08:00

9 lines
174 B
C

#ifndef EWASM_EWASM_APP_H_
#define EWASM_EWASM_APP_H_
// header only helpers for develop wasm app
#include "cJSON/cJSON.c"
#include "helpers.h"
#endif // EWASM_EWASM_APP_H