Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ocsigen/js_of_ocaml

hhugo created a review comment on a pull request on ocsigen/js_of_ocaml
This needs to be updated

View on GitHub

hhugo created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

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

View on GitHub

hhugo created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

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...

View on GitHub

hhugo created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

hhugo created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon pushed 1 commit to js-strings ocsigen/js_of_ocaml

View on GitHub

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.

View on GitHub

vouillon pushed 4 commits to js-strings ocsigen/js_of_ocaml
  • Wat file preprocessor c9daedb
  • Imported string constants 9ecfbe6
  • Wasm_of_ocaml: implement use-js-string flag b31a3af
  • Test: enable JS string 7622533

View on GitHub

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?

View on GitHub

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...

View on GitHub

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?

View on GitHub

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

View on GitHub

github-actions[bot] pushed 1 commit to wikidoc ocsigen/js_of_ocaml
  • Deploying to wikidoc from @ ocsigen/js_of_ocaml@4587ff5957765825f3aba0a00e88fbfafe6669bd 🚀 dcca03b

View on GitHub

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 ...

View on GitHub

vouillon deleted a branch ocsigen/js_of_ocaml

wasm-runtime-changes

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

View on GitHub

vouillon closed a pull request on ocsigen/js_of_ocaml
Wasm runtime changes
So that we can later implement `-enable use-js-string` without breaking compatibility with the Wasm runtime file of package `zarith_stubs_js`: - `caml_named_value` no longer assumes that strings ...
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
@vouillon, thanks for the review. I've applied you suggestion and removed the caml_fiber_stack to only keep `caml_current_stack`.

View on GitHub

hhugo pushed 1 commit to opt-fiber ocsigen/js_of_ocaml

View on GitHub

hhugo pushed 2 commits to opt-fiber ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion caml_current_stack = {x:0, e:0}; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion if (caml_current_stack.e === 0) { ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion if (caml_current_stack.e === 0) { ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

vouillon created a review comment on a pull request on ocsigen/js_of_ocaml
```suggestion var c = caml_current_stack.e; caml_current_stack.e = 0; caml_current_stack = c; return c.k; ```

View on GitHub

vouillon created a review on a pull request on ocsigen/js_of_ocaml

View on GitHub

Load more