mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +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,
|
||||
}
|
||||
|
||||
wasm_declare_vec!(val);
|
||||
|
||||
impl Clone for wasm_val_t {
|
||||
fn clone(&self) -> Self {
|
||||
wasm_val_t {
|
||||
|
||||
Reference in New Issue
Block a user