c-template/sdk/logger.h

8 lines
181 B
C
Raw Normal View History

2019-04-12 22:02:49 +03:00
#ifndef FLUENCE_C_SDK_LOGGER_H
#define FLUENCE_C_SDK_LOGGER_H
// writes provided string to Wasm VM logger
void wasm_log(const char *str, int len);
#endif //FLUENCE_C_SDK_LOGGER_H