12#include <sysio/vm/backend.hpp>
20 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.0.wasm");
47 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.1.wasm");
62 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.2.wasm");
77 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.3.wasm");
95 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.4.wasm");
139 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.5.wasm");
145 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.6.wasm");
151 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.7.wasm");
157 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.8.wasm");
163 auto code =
read_wasm( std::string(wasm_directory) +
"memory_grow.9.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)