Skip to content

Commit

Permalink
Merge #3403
Browse files Browse the repository at this point in the history
3403: Add wasm_importtype_copy to C API r=fschutt a=fschutt

Fixes #3322.

Co-authored-by: Paul <9824244+Pangoraw@users.noreply.github.com>
  • Loading branch information
bors[bot] and Pangoraw authored Dec 2, 2022
2 parents 01daa24 + 88ec6ed commit ef8d2f6
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 ef8d2f6

Please sign in to comment.