mirror of
https://github.com/fluencelabs/sqlite
synced 2025-06-23 04:41:36 +00:00
port SQLite fork to wasm
This commit is contained in:
11
sdk/logger.h
Normal file
11
sdk/logger.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef C_SDK_LOGGER_H
|
||||
#define C_SDK_LOGGER_H
|
||||
|
||||
/**
|
||||
* Writes provided string to Wasm VM logger.
|
||||
*
|
||||
* @param log_message a message that should be logged.
|
||||
*/
|
||||
void wasm_log(const char *str, int len);
|
||||
|
||||
#endif //C_SDK_LOGGER_H
|
Reference in New Issue
Block a user