#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.
◆ BACKEND_TEST_CASE() [1/3]
BACKEND_TEST_CASE |
( |
"Testing wasm <e_function_0_wasm>" | , |
|
|
"" | [e_function_0_wasm_tests] ) |
Definition at line 18 of file e_function_tests.cpp.
18 {
20 auto code =
read_wasm( std::string(wasm_directory) +
"e_function.0.wasm");
22}
sysio::vm::backend< rhf_t > backend_t
#define CHECK_THROWS_AS(expr, exceptionType)
std::vector< uint8_t > read_wasm(const std::string &fname)
◆ BACKEND_TEST_CASE() [2/3]
BACKEND_TEST_CASE |
( |
"Testing wasm <e_function_1_wasm>" | , |
|
|
"" | [e_function_1_wasm_tests] ) |
◆ BACKEND_TEST_CASE() [3/3]
BACKEND_TEST_CASE |
( |
"Testing wasm <e_function_2_wasm>" | , |
|
|
"" | [e_function_2_wasm_tests] ) |
◆ wa