Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
throw_or_abort_impl.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.
4
#include "
barretenberg/common/wasm_export.hpp
"
5
6
WASM_IMPORT
(
"throw_or_abort_impl"
) void
throw_or_abort_impl
[[noreturn]] (
char
const*);
throw_or_abort_impl
void throw_or_abort_impl(const char *err)
Definition
throw_or_abort_impl.cpp:14
wasm_export.hpp
WASM_IMPORT
#define WASM_IMPORT(name)
Definition
wasm_export.hpp:16
src
barretenberg
env
throw_or_abort_impl.hpp
Generated by
1.9.8