mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
chore(runtime-core) Move one statement to be closer to the definition.
This commit is contained in:
@ -51,6 +51,8 @@ pub struct Wasm {
|
|||||||
pub(crate) invoke_env: Option<NonNull<c_void>>,
|
pub(crate) invoke_env: Option<NonNull<c_void>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Kind for Wasm {}
|
||||||
|
|
||||||
impl Wasm {
|
impl Wasm {
|
||||||
/// Create new `Wasm` from given parts.
|
/// Create new `Wasm` from given parts.
|
||||||
pub unsafe fn from_raw_parts(
|
pub unsafe fn from_raw_parts(
|
||||||
@ -70,7 +72,6 @@ impl Wasm {
|
|||||||
/// by the host.
|
/// by the host.
|
||||||
pub struct Host(());
|
pub struct Host(());
|
||||||
|
|
||||||
impl Kind for Wasm {}
|
|
||||||
impl Kind for Host {}
|
impl Kind for Host {}
|
||||||
|
|
||||||
/// Represents a list of WebAssembly values.
|
/// Represents a list of WebAssembly values.
|
||||||
|
Reference in New Issue
Block a user