Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
wasm_init.cpp
Go to the documentation of this file.
1
6
#include <
barretenberg/common/wasm_export.hpp
>
7
8
extern
"C"
{
9
extern
void
__wasm_call_ctors
(
void
);
10
11
WASM_EXPORT
void
_initialize
()
12
{
13
__wasm_call_ctors
();
14
}
15
}
wasm_export.hpp
WASM_EXPORT
#define WASM_EXPORT
Definition
wasm_export.hpp:8
__wasm_call_ctors
void __wasm_call_ctors(void)
_initialize
WASM_EXPORT void _initialize()
Definition
wasm_init.cpp:11
src
barretenberg
wasi
wasm_init.cpp
Generated by
1.9.8