Crate wasmer_inline_c_macro
source · [−]Expand description
Please see the inline-c
crate to learn more.
Macros
Execute a C program and return a Result
of
wasmer_inline_c::Assert
. See examples inside the inline-c
crate.
Execute a C++ program and return a Result
of
wasmer_inline_c::Assert
. See examples inside the inline-c
crate.