feat(c-api) Implement wasm_val_vec_t.

This commit is contained in:
Ivan Enderlin
2020-10-12 11:22:54 +02:00
parent 18729709bf
commit 8b38dd575e

View File

@@ -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 {