From f5d0aa800e45488aa2277e97edf9383722c00969 Mon Sep 17 00:00:00 2001 From: "Alon Zakai (kripken)" Date: Wed, 4 Jan 2017 16:43:40 -0800 Subject: ensure exports are added deterministically from binaries --- src/wasm-binary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 1edd3fa12..81755905c 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -690,6 +690,7 @@ public: void readFunctions(); std::map exportIndexes; + std::vector exportOrder; void readExports(); Expression* readExpression(); -- cgit v1.2.3