File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- (* * Bundled by ocamlpack 08/11-11:32 *)
1
+ (* * Bundled by ocamlpack 08/11-22:12 *)
2
2
module String_map : sig
3
3
#1 " string_map.mli"
4
4
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
@@ -2923,6 +2923,7 @@ let runtime_set =
2923
2923
array ;
2924
2924
format ;
2925
2925
string ;
2926
+ bytes;
2926
2927
float ;
2927
2928
hash ;
2928
2929
oo ;
Original file line number Diff line number Diff line change 1
- (** Bundled by ocamlpack 08/11-11:32 *)
1
+ (** Bundled by ocamlpack 08/11-22:12 *)
2
2
module String_map : sig
3
3
#1 "string_map.mli"
4
4
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
@@ -2923,6 +2923,7 @@ let runtime_set =
2923
2923
array ;
2924
2924
format ;
2925
2925
string ;
2926
+ bytes;
2926
2927
float ;
2927
2928
hash ;
2928
2929
oo ;
Original file line number Diff line number Diff line change 4
4
# ocamlbuild -use-ocamlfind -no-hygiene -syntax camlp4o -pkgs js_of_ocaml,js_of_ocaml.syntax,js_of_ocaml.toplevel exports.byte
5
5
6
6
ocamlbuild -lflags -no-check-prims -use-ocamlfind -no-hygiene -pkgs compiler-libs.bytecomp -no-links jsoo_exports.byte
7
- js_of_ocaml -I +compiler-libs --toplevel +dynlink.js +toplevel.js +weak.js _build/jsoo_exports.byte -I ./runtime/ --file js.cmi:/cmis js_unsafe.cmi:/cmis js_re.cmi:/cmis -o _build/exports.js
7
+ js_of_ocaml -I +compiler-libs --toplevel +dynlink.js +toplevel.js +weak.js _build/jsoo_exports.byte -I ./runtime/ --file js.cmi:/cmis --file js_unsafe.cmi:/cmis --file js_re.cmi:/cmis -o _build/exports.js
8
8
9
9
rm -rf $BUCKLESCRIPT_DOC /js-demo/exports.js && cp _build/exports.js $BUCKLESCRIPT_DOC /js-demo/
10
10
You can’t perform that action at this time.
0 commit comments