From 475a152951e5ca2a675640dfb6155ea4f1b9c137 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 4 Apr 2016 18:06:43 -0700 Subject: add necessary idl constructors --- test/binaryen.js/test.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/binaryen.js/test.js') diff --git a/test/binaryen.js/test.js b/test/binaryen.js/test.js index c090d94b2..9f59c4a86 100644 --- a/test/binaryen.js/test.js +++ b/test/binaryen.js/test.js @@ -1,4 +1,6 @@ +Binaryen = Binaryen(); // instantiate the module + var input = '(module\n' + ' (export "add" $add)\n' + -- cgit v1.2.3