Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
logstr.hpp
Go to the documentation of this file.
1// To be provided by the environment.
2// For a WASM build, this is provided by the JavaScript environment.
3// For a native build, this is provided in this module.
5
6WASM_IMPORT("logstr") void logstr(char const*);
void logstr(char const *msg)
Definition logstr.cpp:63
#define WASM_IMPORT(name)