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 <memory_trap_0_wasm>", "[memory_trap_0_wasm_tests]") | |
BACKEND_TEST_CASE ("Testing wasm <memory_trap_1_wasm>", "[memory_trap_1_wasm_tests]") | |
Variables | |
wasm_allocator | wa |
BACKEND_TEST_CASE | ( | "Testing wasm <memory_trap_0_wasm>" | , |
"" | [memory_trap_0_wasm_tests] ) |
Definition at line 18 of file memory_trap_tests.cpp.
BACKEND_TEST_CASE | ( | "Testing wasm <memory_trap_1_wasm>" | , |
"" | [memory_trap_1_wasm_tests] ) |
Definition at line 38 of file memory_trap_tests.cpp.