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 <local_get_0_wasm>", "[local_get_0_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_1_wasm>", "[local_get_1_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_10_wasm>", "[local_get_10_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_11_wasm>", "[local_get_11_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_12_wasm>", "[local_get_12_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_13_wasm>", "[local_get_13_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_14_wasm>", "[local_get_14_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_15_wasm>", "[local_get_15_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_16_wasm>", "[local_get_16_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_2_wasm>", "[local_get_2_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_3_wasm>", "[local_get_3_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_4_wasm>", "[local_get_4_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_5_wasm>", "[local_get_5_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_6_wasm>", "[local_get_6_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_7_wasm>", "[local_get_7_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_8_wasm>", "[local_get_8_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <local_get_9_wasm>", "[local_get_9_wasm_tests]") | |
Variables | |
wasm_allocator | wa |
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_0_wasm>" | , |
"" | [local_get_0_wasm_tests] ) |
Definition at line 18 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_10_wasm>" | , |
"" | [local_get_10_wasm_tests] ) |
Definition at line 50 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_11_wasm>" | , |
"" | [local_get_11_wasm_tests] ) |
Definition at line 56 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_12_wasm>" | , |
"" | [local_get_12_wasm_tests] ) |
Definition at line 62 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_13_wasm>" | , |
"" | [local_get_13_wasm_tests] ) |
Definition at line 68 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_14_wasm>" | , |
"" | [local_get_14_wasm_tests] ) |
Definition at line 74 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_15_wasm>" | , |
"" | [local_get_15_wasm_tests] ) |
Definition at line 80 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_16_wasm>" | , |
"" | [local_get_16_wasm_tests] ) |
Definition at line 86 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_1_wasm>" | , |
"" | [local_get_1_wasm_tests] ) |
Definition at line 44 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_2_wasm>" | , |
"" | [local_get_2_wasm_tests] ) |
Definition at line 92 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_3_wasm>" | , |
"" | [local_get_3_wasm_tests] ) |
Definition at line 98 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_4_wasm>" | , |
"" | [local_get_4_wasm_tests] ) |
Definition at line 104 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_5_wasm>" | , |
"" | [local_get_5_wasm_tests] ) |
Definition at line 110 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_6_wasm>" | , |
"" | [local_get_6_wasm_tests] ) |
Definition at line 116 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_7_wasm>" | , |
"" | [local_get_7_wasm_tests] ) |
Definition at line 122 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_8_wasm>" | , |
"" | [local_get_8_wasm_tests] ) |
Definition at line 128 of file local_get_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <local_get_9_wasm>" | , |
"" | [local_get_9_wasm_tests] ) |
Definition at line 134 of file local_get_tests.cpp.