mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-25 12:42:03 +00:00
initial interpreter commit
This commit is contained in:
@ -2,6 +2,7 @@ use std::io;
|
||||
use super::{Deserialize, Serialize, Error, VarUint7, VarUint32};
|
||||
|
||||
/// Internal reference of the exported entry.
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum Internal {
|
||||
/// Function reference.
|
||||
Function(u32),
|
||||
|
Reference in New Issue
Block a user