Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hhugo created a review comment on a pull request on ocsigen/js_of_ocaml
This needs to be updated
hhugo created a review comment on a pull request on ocsigen/js_of_ocaml
I don't like that `None` currently mean unsupported for jsoo and jspi for wasmoo
hhugo created a review comment on a pull request on ocsigen/js_of_ocaml
What about doing something similar to `target` above. ```ocaml type effects_backend = | `Cps | `Double_translation | `Jspi | `Not_supported | `None let effects_ : effects_backen...
vouillon created a comment on a pull request on ocsigen/js_of_ocaml
I would really prefer that #1461 get merged first, rather than asking @OlivierNicole to rebase it once more. But I don't think we need to wait for the wasm runtime.
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
@vouillon, should we merge in the current state or should we wait for the wasm runtime?
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
> @hhugo Is there something remaining for this to be merged? Do you consider [ocaml/dune#11222](https://github.com/ocaml/dune/pull/11222) to be a necessary prerequisite? I'd like to do another r...
OlivierNicole created a comment on a pull request on ocsigen/js_of_ocaml
@hhugo Is there something remaining for this to be merged? Do you consider https://github.com/ocaml/dune/pull/11222 to be a necessary prerequisite?
vouillon pushed 9 commits to js-strings ocsigen/js_of_ocaml
- Wasm runtime: rename some functions ae10f18
- Wasm AST: add extern.convert_any a26f235
- Wasm_of_ocaml: support JavaScript strings in prelude code 4295396
- Flag use-js-string default to false for wasm_of_ocaml 734a623
- CI: use node v8 canary 77c2796
- Wat file preprocessor b1941f4
- Imported string constants ee06b61
- Wasm_of_ocaml: implement use-js-string flag cb2bf29
- Test: enable JS string b35c42f
github-actions[bot] pushed 1 commit to wikidoc ocsigen/js_of_ocaml
- Deploying to wikidoc from @ ocsigen/js_of_ocaml@4587ff5957765825f3aba0a00e88fbfafe6669bd 🚀 dcca03b
vouillon pushed 21 commits to js-strings ocsigen/js_of_ocaml
- Tests: better constraint for tests (#1773) be85e6f
- Drop old compatibility with IE (#1774) 865249e
- Tests: fix tests-full a555ed4
- Fmt 8a54f80
- Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... 4587ff5
- Runtime: caml_subarray_to_jsbytes performance fix Use method subarray rather than slice. 0756e8a
- Fixes 644d479
- Wasm runtime: clean-up e67c54a
- Tests: use Jsoo_runtime.Sys.Config.use_js_string rather than a hack 4b4f3d5
- Rename module Wa_runtime to Runtime_files 432c5ed
- Wasm runtime: rename type $string to $bytes 05cf9f0
- Wasm runtime: rename some functions 1cfd099
- Wasm AST: add extern.convert_any 8150f2f
- Wasm_of_ocaml: support JavaScript strings in prelude code 6bb6b34
- Flag use-js-string default to false for wasm_of_ocaml e2ea16d
- CI: use node v8 canary e48326a
- Wat file preprocessor abd960f
- Imported string constants 10609ac
- Wasm_of_ocaml: implement use-js-string flag 7f7a4c2
- Test: enable JS string c4562d3
- and 1 more ...
vouillon pushed 1 commit to master ocsigen/js_of_ocaml
- Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... 4587ff5