Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
avm_simulate_napi.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <napi.h>
4
5namespace bb::nodejs {
6
19 public:
35 static Napi::Value simulate(const Napi::CallbackInfo& info);
45 static Napi::Value simulateWithHintedDbs(const Napi::CallbackInfo& info);
46};
47
48} // namespace bb::nodejs
NAPI wrapper for the C++ AVM simulation.
static Napi::Value simulate(const Napi::CallbackInfo &info)
NAPI function to simulate AVM execution.
static Napi::Value simulateWithHintedDbs(const Napi::CallbackInfo &info)
NAPI function to simulate AVM execution with pre-collected hints.
void info(Args... args)
Definition log.hpp:75