mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 05:51:07 +00:00
allocator replacement
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ fn main() {
|
||||
// which in turn compile in unused imports and leaves unused functions
|
||||
|
||||
// List of exports that are actually used in the managed code
|
||||
let used_exports = vec!["_call", "_malloc", "_free"];
|
||||
let used_exports = vec!["_call"];
|
||||
|
||||
// Algo starts from the top, listing all items that should stay
|
||||
let mut stay = HashSet::new();
|
||||
|
||||
Reference in New Issue
Block a user