orca/ext/wasm3/platforms/ios/wasm3/Bridging-Header.h

9 lines
242 B
C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
typedef void (*print_cbk_t)(const char* buff, int len);
void redirect_output (print_cbk_t f);
int run_app (void);