mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-11 16:31:05 +00:00
remove memory symbol from export
This commit is contained in:
@@ -6,7 +6,6 @@ extern crate byteorder;
|
||||
|
||||
pub static CREATE_SYMBOL: &'static str = "deploy";
|
||||
pub static CALL_SYMBOL: &'static str = "call";
|
||||
pub static MEMORY_SYMBOL: &'static str = "memory";
|
||||
|
||||
pub mod rules;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user