mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-03-22 21:00:14 +08:00
9 lines
174 B
C
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
|