[JS IR BE] Initial support for mudule wrapper generation

This commit is contained in:
Svyatoslav Kuzmich
2019-01-31 19:04:37 +03:00
parent d8b1d09566
commit 0ff23544fc
42 changed files with 628 additions and 148 deletions
+2 -1
View File
@@ -59,4 +59,5 @@ allFiles.forEach(function(path) {
})
});
console.log(vm.runInContext("box()", sandbox));
// TODO: Support multimodule tests
console.log(vm.runInContext("JS_TESTS.box()", sandbox));