diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-10 23:47:36 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-10 23:47:36 +0100 |
| commit | 6b865a70c0f29e5ca9e13fae4a2a18406f44f4ee (patch) | |
| tree | be021c1690addf53e342286e9ad76d2232240c90 /private_include | |
| parent | ba623c7a3a5b450b9b492de50efceea93df96039 (diff) | |
Add current_memory and grow_memory operators
Diffstat (limited to 'private_include')
| -rw-r--r-- | private_include/nw/ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/private_include/nw/ops.h b/private_include/nw/ops.h index 373da07..2953ecb 100644 --- a/private_include/nw/ops.h +++ b/private_include/nw/ops.h @@ -40,6 +40,7 @@ void nwp_op_i32_store(struct nw_interp *i); void nwp_op_i64_store(struct nw_interp *i); void nwp_op_i32_store8(struct nw_interp *i); void nwp_op_current_memory(struct nw_interp *i); +void nwp_op_grow_memory(struct nw_interp *i); void nwp_op_i32_const(struct nw_interp *i); void nwp_op_i64_const(struct nw_interp *i); void nwp_op_f32_const(struct nw_interp *i); |
