We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target not set error
1 parent 543d663 commit 4204ad7Copy full SHA for 4204ad7
compiler/bin-js_of_ocaml/build_fs.ml
@@ -61,6 +61,7 @@ function jsoo_create_file_extern(name,content){
61
}
62
|}
63
in
64
+ Config.set_target `JavaScript;
65
let fragments = Linker.Fragment.parse_string code in
66
Linker.load_fragments ~target_env:Isomorphic ~filename:"<dummy>" fragments;
67
Linker.check_deps ();
0 commit comments