File tree Expand file tree Collapse file tree 4 files changed +1
-9
lines changed
compiler/tests-check-prim Expand file tree Collapse file tree 4 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 66* Merged Wasm_of_ocaml (#1724 )
77* Lib: removed no longer relevant Js.optdef type annotations (#1769 )
88* Misc: drop support for IE
9+ * Compiler/Runtime: Make resuming a continuation more efficient (#1765 )
910
1011## Bug fixes
1112* Fix small bug in global data flow analysis (#1768 )
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ caml_bigstring_blit_string_to_ba
3434caml_bigstring_memcmp
3535caml_hash_mix_bigstring
3636
37- From +effect.js:
38- jsoo_effect_not_supported
39-
4037From +fs.js:
4138caml_ba_map_file
4239caml_ba_map_file_bytecode
Original file line number Diff line number Diff line change @@ -143,9 +143,6 @@ caml_bigstring_blit_string_to_ba
143143caml_bigstring_memcmp
144144caml_hash_mix_bigstring
145145
146- From +effect.js:
147- jsoo_effect_not_supported
148-
149146From +fs.js:
150147caml_ba_map_file
151148caml_ba_map_file_bytecode
Original file line number Diff line number Diff line change @@ -108,9 +108,6 @@ caml_bigstring_blit_string_to_ba
108108caml_bigstring_memcmp
109109caml_hash_mix_bigstring
110110
111- From +effect.js:
112- jsoo_effect_not_supported
113-
114111From +fs.js:
115112caml_ba_map_file
116113caml_ba_map_file_bytecode
You can’t perform that action at this time.
0 commit comments