Home
last modified time | relevance | path

Searched defs:M3Runtime (Results 1 – 1 of 1) sorted by relevance

/dports/devel/wasm3/wasm3-0.5.0/source/
H A Dm3_env.h151 typedef struct M3Runtime struct
153 M3Compilation compilation;
155 IM3Environment environment;
157 M3CodePage * pagesOpen; // linked list of code pages with writable space on them
158 M3CodePage * pagesFull; // linked list of at-capacity pages
160 u32 numCodePages;
161 u32 numActiveCodePages;
163 IM3Module modules; // linked list of imported modules
188 M3Runtime; argument