mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
feat(c-api) Move as_extern APIs into the externals module.
This commit is contained in:
3
lib/c-api/src/wasm_c_api/externals/table.rs
vendored
3
lib/c-api/src/wasm_c_api/externals/table.rs
vendored
@@ -1,4 +1,5 @@
|
||||
use super::super::{wasm_ref_t, wasm_store_t, wasm_table_size_t, wasm_tabletype_t};
|
||||
use super::super::store::wasm_store_t;
|
||||
use super::super::{wasm_ref_t, wasm_table_size_t, wasm_tabletype_t};
|
||||
use crate::c_try;
|
||||
use std::ptr::NonNull;
|
||||
use wasmer::{Store, Table};
|
||||
|
||||
Reference in New Issue
Block a user