Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
null_tests.cpp File Reference
#include <sysio/vm/backend.hpp>
#include <catch2/catch.hpp>
#include "utils.hpp"
Include dependency graph for null_tests.cpp:

Go to the source code of this file.

Functions

 TEST_CASE ("Tests a null backend", "[null_backend]")
 

Variables

wasm_allocator wa
 

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "Tests a null backend" ,
"" [null_backend] )

Definition at line 9 of file null_tests.cpp.

9 {
10 /*
11 * (module)
12 */
13 std::vector<uint8_t> code = { 0x00, 0x61, 0x73, 0x6d, 0x01, 0x00, 0x00, 0x00 };
14
16 backend_t bkend(code, nullptr);
17}
backend_t bkend(hello_wasm, ehm, &wa)
Here is the call graph for this function:

Variable Documentation

◆ wa

wasm_allocator wa
extern

Definition at line 10 of file main.cpp.