mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 09:21:11 +00:00
Update logger_contract.rs
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
use std::slice;
|
||||
|
||||
#[link_args = "-s WASM=1 -s NO_EXIT_RUNTIME=1 -s NO_FILESYSTEM=1 -s"]
|
||||
#[link_args = "-s WASM=1 -s NO_EXIT_RUNTIME=1 -s NO_FILESYSTEM=1"]
|
||||
extern {}
|
||||
|
||||
/// Wrapper over storage read/write/size externs
|
||||
@@ -144,4 +144,4 @@ pub fn call(descriptor: *mut u8) {
|
||||
|
||||
// Saves the wrapper state to commit return stream
|
||||
ctx.save(descriptor);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user