Slight restructure

This commit is contained in:
dcodeIO
2017-12-12 16:08:54 +01:00
parent c8680b1e77
commit 3d544c2fe5
11 changed files with 19 additions and 25 deletions

View File

@ -1,4 +1,4 @@
require("../../portable");
require("../../std/portable");
// Copy Binaryen exports to global scope
var globalScope = typeof window !== "undefined" && window || typeof global !== "undefined" && global || self;