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 <f32_0_wasm>", "[f32_0_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_1_wasm>", "[f32_1_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_10_wasm>", "[f32_10_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_11_wasm>", "[f32_11_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_2_wasm>", "[f32_2_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_3_wasm>", "[f32_3_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_4_wasm>", "[f32_4_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_5_wasm>", "[f32_5_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_6_wasm>", "[f32_6_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_7_wasm>", "[f32_7_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_8_wasm>", "[f32_8_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <f32_9_wasm>", "[f32_9_wasm_tests]") | |
Variables | |
wasm_allocator | wa |
BACKEND_TEST_CASE | ( | "Testing wasm <f32_0_wasm>" | , |
"" | [f32_0_wasm_tests] ) |
Definition at line 18 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_10_wasm>" | , |
"" | [f32_10_wasm_tests] ) |
Definition at line 2531 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_11_wasm>" | , |
"" | [f32_11_wasm_tests] ) |
Definition at line 2537 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_1_wasm>" | , |
"" | [f32_1_wasm_tests] ) |
Definition at line 2525 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_2_wasm>" | , |
"" | [f32_2_wasm_tests] ) |
Definition at line 2543 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_3_wasm>" | , |
"" | [f32_3_wasm_tests] ) |
Definition at line 2549 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_4_wasm>" | , |
"" | [f32_4_wasm_tests] ) |
Definition at line 2555 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_5_wasm>" | , |
"" | [f32_5_wasm_tests] ) |
Definition at line 2561 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_6_wasm>" | , |
"" | [f32_6_wasm_tests] ) |
Definition at line 2567 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_7_wasm>" | , |
"" | [f32_7_wasm_tests] ) |
Definition at line 2573 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_8_wasm>" | , |
"" | [f32_8_wasm_tests] ) |
Definition at line 2579 of file f32_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <f32_9_wasm>" | , |
"" | [f32_9_wasm_tests] ) |
Definition at line 2585 of file f32_tests.cpp.