mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-28 16:48:01 +00:00
remove redundant -s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// as it is experimental preamble
|
||||
#![allow(dead_code)]
|
||||
|
||||
#[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 {}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user