1#ifndef PUBLIC 2#define PUBLIC(x) __attribute__((visibility("default"))) void* __WASM_EXPORT__##x() { return &(x);} 3#endif 4 5 6