diff options
Diffstat (limited to 'test/binaryen.js/low-memory-unused.js.txt')
-rw-r--r-- | test/binaryen.js/low-memory-unused.js.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/binaryen.js/low-memory-unused.js.txt b/test/binaryen.js/low-memory-unused.js.txt index 6f6e82d9b..08c36575d 100644 --- a/test/binaryen.js/low-memory-unused.js.txt +++ b/test/binaryen.js/low-memory-unused.js.txt @@ -42,26 +42,6 @@ ) ) -// beginning a Binaryen API trace -#include <math.h> -#include <map> -#include "binaryen-c.h" -int main() { - std::map<size_t, BinaryenType> types; - std::map<size_t, BinaryenExpressionRef> expressions; - std::map<size_t, BinaryenFunctionRef> functions; - std::map<size_t, BinaryenGlobalRef> globals; - std::map<size_t, BinaryenEventRef> events; - std::map<size_t, BinaryenExportRef> exports; - std::map<size_t, RelooperBlockRef> relooperBlocks; - std::map<size_t, ExpressionRunnerRef> expressionRunners; - BinaryenModuleRef the_module = NULL; - RelooperRef the_relooper = NULL; - BinaryenSetLowMemoryUnused(1); - BinaryenGetLowMemoryUnused(); - return 0; -} -// ending a Binaryen API trace === optimized, lowMemoryUnused=true === (module |