mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-27 02:37:55 +00:00
fix indents
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ use symbols::{Symbol, expand_symbols, push_code_symbols, resolve_function};
|
||||
|
||||
pub fn optimize(
|
||||
module: &mut elements::Module, // Module to optimize
|
||||
used_exports: Vec<&str>, // List of only exports that will be usable after optimization
|
||||
used_exports: Vec<&str>, // List of only exports that will be usable after optimization
|
||||
) {
|
||||
// WebAssembly exports optimizer
|
||||
// Motivation: emscripten compiler backend compiles in many unused exports
|
||||
|
||||
Reference in New Issue
Block a user