mirror of
https://github.com/fluencelabs/c-template
synced 2025-04-25 14:42:13 +00:00
8 lines
181 B
C
8 lines
181 B
C
#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
|