Skip to content

Commit

Permalink
Revert "JS runtime: only link jslib_js_of_ocaml.js"
Browse files Browse the repository at this point in the history
This reverts commit c758982.
  • Loading branch information
vouillon committed Sep 17, 2024
1 parent cfcef83 commit d3969be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/bin-wasm_of_ocaml/compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ let run
| None -> `Fst name)
in
let t1 = Timer.make () in
let builtin = [ Js_of_ocaml_compiler_runtime_files.jslib_js_of_ocaml ] @ builtin in
let builtin = Js_of_ocaml_compiler_runtime_files.runtime @ builtin in
List.iter builtin ~f:(fun t ->
let filename = Builtins.File.name t in
let runtimes = Linker.Fragment.parse_builtin t in
Expand Down

0 comments on commit d3969be

Please sign in to comment.