|
Wire Sysio Wire Sysion 1.0.0
|

Public Types | |
| using | rhf_t = sysio::vm::registered_host_functions<Host, execution_interface, cnv<Host>> |
| using | backend_t = sysio::vm::backend<rhf_t, Impl> |
Public Member Functions | |
| init_backend (Host *host) | |
| template<typename... A> | |
| auto | call_with_return (A &&... a) |
| template<typename... A> | |
| auto | call (A &&... a) |
| decltype(auto) | get_context () |
Static Public Member Functions | |
| static void | init_host_functions () |
| template<typename T > | |
| static void | add (const std::string &name) |
Public Attributes | |
| wasm_allocator | wa |
| backend_t | bkend {host_functions_tests_1_code, &wa} |
| Host * | _host |
Definition at line 151 of file host_functions_tests.cpp.
| using init_backend< Functions, Host, Impl >::backend_t = sysio::vm::backend<rhf_t, Impl> |
Definition at line 199 of file host_functions_tests.cpp.
| using init_backend< Functions, Host, Impl >::rhf_t = sysio::vm::registered_host_functions<Host, execution_interface, cnv<Host>> |
Definition at line 198 of file host_functions_tests.cpp.
|
inline |
Definition at line 152 of file host_functions_tests.cpp.

|
inlinestatic |
Definition at line 175 of file host_functions_tests.cpp.


|
inline |
Definition at line 189 of file host_functions_tests.cpp.

|
inline |
Definition at line 181 of file host_functions_tests.cpp.

|
inline |
|
inlinestatic |
Definition at line 156 of file host_functions_tests.cpp.

| Host* init_backend< Functions, Host, Impl >::_host |
Definition at line 202 of file host_functions_tests.cpp.
| backend_t init_backend< Functions, Host, Impl >::bkend {host_functions_tests_1_code, &wa} |
Definition at line 201 of file host_functions_tests.cpp.
| wasm_allocator init_backend< Functions, Host, Impl >::wa |
Definition at line 200 of file host_functions_tests.cpp.