Module name (#775)

This commit is contained in:
Yury Delendik
2020-01-09 10:02:33 -06:00
committed by GitHub
parent 61f9b8ade8
commit d651408b5a
8 changed files with 149 additions and 13 deletions

View File

@@ -117,6 +117,7 @@ impl Context {
instantiate(
&mut *self.compiler,
&data,
None,
&mut self.namespace,
Rc::clone(&self.global_exports),
debug_info,
@@ -154,6 +155,7 @@ impl Context {
CompiledModule::new(
&mut *self.compiler,
data,
None,
&mut self.namespace,
Rc::clone(&self.global_exports),
debug_info,