feat(c-api) Move as_extern APIs into the externals module.

This commit is contained in:
Ivan Enderlin
2020-09-24 09:48:56 +02:00
parent ebcd59de2b
commit 44559a9f04
9 changed files with 158 additions and 286 deletions

View File

@@ -1,6 +1,7 @@
use super::store::wasm_store_t;
use super::{
wasm_byte_vec_t, wasm_exporttype_t, wasm_exporttype_vec_t, wasm_importtype_t,
wasm_importtype_vec_t, wasm_store_t,
wasm_importtype_vec_t,
};
use crate::c_try;
use std::mem;