mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
doc(c-api) Remove an outdated comment.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use super::{wasm_externtype_t, wasm_name_t};
|
||||
use wasmer::ImportType;
|
||||
|
||||
// TODO: improve ownership in `importtype_t` (can we safely use `Box<wasm_name_t>` here?)
|
||||
#[allow(non_camel_case_types)]
|
||||
pub struct wasm_importtype_t {
|
||||
module: Box<wasm_name_t>,
|
||||
|
||||
Reference in New Issue
Block a user