Skip to content

Conversation

bobzhang
Copy link
Member

No description provided.

@bobzhang bobzhang merged commit 407d24b into master Feb 10, 2020
@@ -167,15 +167,15 @@ let make_compiler name impl =
Js.wrap_meth_callback
(fun _ code -> (shake_compile impl ~use_super_errors:true (Js.to_string code)));
"version", Js.Unsafe.inject (Js.string (Bs_version.version));
"load_module",
(* "load_module",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bobzhang After these changes, it seems that the list of modules need to be known at compile time, is there a way to defer loading cmi/cmj files at runtime from the resulting JS playground, like load_module did before?

@chenglou chenglou deleted the experiment_in_memory_loading_cmi branch July 26, 2020 05:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants