feat(c-api) Move all types into their own modules.

This commit is contained in:
Ivan Enderlin
2020-09-24 11:41:04 +02:00
parent 44559a9f04
commit 1a0527af78
26 changed files with 993 additions and 933 deletions

View File

@@ -1,9 +1,8 @@
use super::store::wasm_store_t;
use super::{
use super::types::{
wasm_byte_vec_t, wasm_exporttype_t, wasm_exporttype_vec_t, wasm_importtype_t,
wasm_importtype_vec_t,
};
use crate::c_try;
use std::mem;
use std::ptr::NonNull;
use std::slice;