barretenberg
Loading...
Searching...
No Matches
src
barretenberg
env
logstr.hpp
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.
4
#include "barretenberg/common/wasm_export.hpp"
5
6
WASM_IMPORT(
"logstr"
) void logstr(
char
const*);
Generated by
1.9.6