mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-14 15:31:44 +00:00
Remove variable.rs
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
use elements::ResizableLimits;
|
||||
use interpreter::Error;
|
||||
use interpreter::VariableType;
|
||||
|
||||
/// Execution context.
|
||||
pub struct ExecutionParams<'a, St: 'static> {
|
||||
@ -8,15 +7,6 @@ pub struct ExecutionParams<'a, St: 'static> {
|
||||
pub state: &'a mut St,
|
||||
}
|
||||
|
||||
/// Export type.
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum ExportEntryType {
|
||||
/// Any type.
|
||||
Any,
|
||||
/// Type of global.
|
||||
Global(VariableType),
|
||||
}
|
||||
|
||||
/// Item index in items index space.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum ItemIndex {
|
||||
|
Reference in New Issue
Block a user