Wire Sysio Wire Sysion 1.0.0
|
#include <algorithm>
#include <vector>
#include <iterator>
#include <cstdlib>
#include <fstream>
#include <string>
#include <catch2/catch.hpp>
#include <sysio/vm/backend.hpp>
#include "wasm_config.hpp"
#include "utils.hpp"
#include "implementation_limits.hpp"
Go to the source code of this file.
Functions | |
void | host_call () |
BACKEND_TEST_CASE ("Test call depth", "[call_depth]") | |
BACKEND_TEST_CASE ("Test call depth dynamic", "[call_depth]") | |
BACKEND_TEST_CASE | ( | "Test call depth dynamic" | , |
"" | [call_depth] ) |
Definition at line 55 of file implementation_limits_tests.cpp.
BACKEND_TEST_CASE | ( | "Test call depth" | , |
"" | [call_depth] ) |
Definition at line 33 of file implementation_limits_tests.cpp.
void host_call | ( | ) |
Definition at line 17 of file implementation_limits_tests.cpp.