mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 05:18:43 +00:00
feat(c-api) Implement wasm_val_vec_t.
This commit is contained in:
@@ -23,6 +23,8 @@ pub struct wasm_val_t {
|
|||||||
pub of: wasm_val_inner,
|
pub of: wasm_val_inner,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wasm_declare_vec!(val);
|
||||||
|
|
||||||
impl Clone for wasm_val_t {
|
impl Clone for wasm_val_t {
|
||||||
fn clone(&self) -> Self {
|
fn clone(&self) -> Self {
|
||||||
wasm_val_t {
|
wasm_val_t {
|
||||||
|
|||||||
Reference in New Issue
Block a user