12#include <sysio/vm/backend.hpp>
20 auto code =
read_wasm( std::string(wasm_directory) +
"switch.0.wasm");
53 auto code =
read_wasm( std::string(wasm_directory) +
"switch.1.wasm");
auto call_with_return(host_t &host, const std::string_view &mod, const std::string_view &func, Args... args)
backend_t bkend(hello_wasm, ehm, &wa)
sysio::vm::backend< rhf_t > backend_t
#define CHECK_THROWS_AS(expr, exceptionType)
std::vector< uint8_t > read_wasm(const std::string &fname)
#define BACKEND_TEST_CASE(name, tags)