Wire Sysio Wire Sysion 1.0.0
|
#include <algorithm>
#include <vector>
#include <iostream>
#include <iterator>
#include <cmath>
#include <cstdlib>
#include <catch2/catch.hpp>
#include <utils.hpp>
#include <wasm_config.hpp>
#include <sysio/vm/backend.hpp>
Go to the source code of this file.
Functions | |
BACKEND_TEST_CASE ("Testing wasm <return_0_wasm>", "[return_0_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_1_wasm>", "[return_1_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_10_wasm>", "[return_10_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_11_wasm>", "[return_11_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_12_wasm>", "[return_12_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_13_wasm>", "[return_13_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_14_wasm>", "[return_14_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_15_wasm>", "[return_15_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_16_wasm>", "[return_16_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_17_wasm>", "[return_17_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_18_wasm>", "[return_18_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_19_wasm>", "[return_19_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_2_wasm>", "[return_2_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_20_wasm>", "[return_20_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_3_wasm>", "[return_3_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_4_wasm>", "[return_4_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_5_wasm>", "[return_5_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_6_wasm>", "[return_6_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_7_wasm>", "[return_7_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_8_wasm>", "[return_8_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <return_9_wasm>", "[return_9_wasm_tests]") | |
Variables | |
wasm_allocator | wa |
BACKEND_TEST_CASE | ( | "Testing wasm <return_0_wasm>" | , |
"" | [return_0_wasm_tests] ) |
Definition at line 18 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_10_wasm>" | , |
"" | [return_10_wasm_tests] ) |
BACKEND_TEST_CASE | ( | "Testing wasm <return_11_wasm>" | , |
"" | [return_11_wasm_tests] ) |
Definition at line 100 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_12_wasm>" | , |
"" | [return_12_wasm_tests] ) |
Definition at line 106 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_13_wasm>" | , |
"" | [return_13_wasm_tests] ) |
Definition at line 112 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_14_wasm>" | , |
"" | [return_14_wasm_tests] ) |
Definition at line 118 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_15_wasm>" | , |
"" | [return_15_wasm_tests] ) |
Definition at line 124 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_16_wasm>" | , |
"" | [return_16_wasm_tests] ) |
Definition at line 130 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_17_wasm>" | , |
"" | [return_17_wasm_tests] ) |
Definition at line 136 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_18_wasm>" | , |
"" | [return_18_wasm_tests] ) |
Definition at line 142 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_19_wasm>" | , |
"" | [return_19_wasm_tests] ) |
Definition at line 148 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_1_wasm>" | , |
"" | [return_1_wasm_tests] ) |
BACKEND_TEST_CASE | ( | "Testing wasm <return_20_wasm>" | , |
"" | [return_20_wasm_tests] ) |
Definition at line 160 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_2_wasm>" | , |
"" | [return_2_wasm_tests] ) |
Definition at line 154 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_3_wasm>" | , |
"" | [return_3_wasm_tests] ) |
Definition at line 166 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_4_wasm>" | , |
"" | [return_4_wasm_tests] ) |
Definition at line 172 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_5_wasm>" | , |
"" | [return_5_wasm_tests] ) |
Definition at line 178 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_6_wasm>" | , |
"" | [return_6_wasm_tests] ) |
Definition at line 184 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_7_wasm>" | , |
"" | [return_7_wasm_tests] ) |
Definition at line 190 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_8_wasm>" | , |
"" | [return_8_wasm_tests] ) |
Definition at line 196 of file return_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <return_9_wasm>" | , |
"" | [return_9_wasm_tests] ) |
Definition at line 202 of file return_tests.cpp.