m3_wasi_context_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc @system nothrow
struct m3_wasi_context_t {}

Members

Variables

argc
uint argc;
Undocumented in source.
argv
const(char*)* argv;
Undocumented in source.
exit_code
int exit_code;
Undocumented in source.

Meta