Skip to content

Commit

Permalink
implement wasm_importtype_copy
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Schütt <[email protected]>
  • Loading branch information
Pangoraw authored and fschutt committed Dec 2, 2022
1 parent 01daa24 commit 88ec6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/c-api/src/wasm_c_api/types/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub struct wasm_importtype_t {
}

wasm_declare_boxed_vec!(importtype);
wasm_impl_copy!(importtype);

#[no_mangle]
pub extern "C" fn wasm_importtype_new(
Expand Down

0 comments on commit 88ec6ed

Please sign in to comment.