Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
wasm_export.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Macros

#define WASM_EXPORT   extern "C" __attribute__((visibility("default")))
 
#define ASYNC_WASM_EXPORT   extern "C" __attribute__((visibility("default")))
 
#define WASM_IMPORT(name)   extern "C"
 

Typedefs

using uint8_vec_vec_in_buf = uint8_t const *
 

Macro Definition Documentation

◆ ASYNC_WASM_EXPORT

#define ASYNC_WASM_EXPORT   extern "C" __attribute__((visibility("default")))

Definition at line 9 of file wasm_export.hpp.

◆ WASM_EXPORT

#define WASM_EXPORT   extern "C" __attribute__((visibility("default")))

Definition at line 8 of file wasm_export.hpp.

◆ WASM_IMPORT

#define WASM_IMPORT (   name)    extern "C"

Definition at line 16 of file wasm_export.hpp.

Typedef Documentation

◆ uint8_vec_vec_in_buf

using uint8_vec_vec_in_buf = uint8_t const*

Definition at line 19 of file wasm_export.hpp.