add IT support

This commit is contained in:
vms
2020-09-14 21:00:27 +03:00
parent e39cf0d2ff
commit 483c82e02c
6 changed files with 80 additions and 28 deletions

View File

@ -2,7 +2,7 @@
#define FLUENCE_C_SDK_LOGGER_H
#define __LOGGER_IMPORT(name) \
__attribute__((__import_module__("logger"), __import_name__(#name)))
__attribute__((__import_module__("host"), __import_name__(#name)))
/**
* Writes provided utf8 string to Wasm VM logger.