diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/nanowasm/private.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/nanowasm/private.h b/include/nanowasm/private.h index bd42f1e..d42023f 100644 --- a/include/nanowasm/private.h +++ b/include/nanowasm/private.h @@ -430,6 +430,19 @@ union nw_i_sm union nw_value value; } drop; + struct nw_i_sm_cm + { + struct nw_sm_leb128 leb128; + struct nw_sm_io io; + } cm; + + struct nw_i_sm_gm + { + unsigned long pages; + struct nw_sm_leb128 leb128; + struct nw_sm_io io; + } gm; + struct nw_i_sm_call_import { enum nw_type type; |
