Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
vouillon pushed 2 commits to wasm ocaml-wasm/bigstringaf
vouillon pushed 1 commit to wasm-runtime-changes ocsigen/js_of_ocaml
- Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... 5094ef3
vouillon pushed 1 commit to wasm-runtime-changes ocsigen/js_of_ocaml
- Wasm runtime changes So that we can later implement `-enable use-js-string` without breaking compatibility with the ... c2f6204
vouillon created a branch on ocsigen/js_of_ocaml
wasm-runtime-changes - Compiler from OCaml to Javascript.
vouillon created a branch on ocaml-wasm/zarith_stubs_js
jsoo-6 - Javascripts stubs for the Zarith library
vouillon pushed 7 commits to js-strings ocsigen/js_of_ocaml
vouillon created a review comment on a pull request on ocaml/dune
You don't need to move this.
vouillon created a review comment on a pull request on ocaml/dune
`name` is not right. ```suggestion | Some backend -> set acc "effects" (`Effects backend) ``` or ```suggestion | Some backend -> { acc with effects = Some backend } ```
vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml
vouillon created a branch on ocaml-wasm/zarith_stubs_js
wasm-js-strings - Javascripts stubs for the Zarith library
vouillon pushed 2 commits to master ocaml-wasm/bigstringaf
vouillon created a comment on a pull request on ocaml/dune
> Note: I have used `failwith` when a dune rule is asking to pass `--effects=double-translation` with a version of jsoo/wasmoo that doesn’t support it, because I don’t know what the proper way of e...
vouillon pushed 2 commits to js-strings ocsigen/js_of_ocaml
vouillon pushed 14 commits to js-strings ocsigen/js_of_ocaml
- Fixes d13b8d9
- Wasm runtime: clean-up a37096b
- Tests: use Jsoo_runtime.Sys.Config.use_js_string rather than a hack 5fa1eb1
- Rename module Wa_runtime to Runtime_files 6aaeb40
- Wasm runtime: rename type $string to $bytes 969fd70
- Wasm runtime: rename some functions 5ccd3b7
- Wasm AST: add extern.convert_any 9ba2e6c
- Wasm_of_ocaml: support JavaScript strings in prelude code 75b2e52
- Flag use-js-string default to false for wasm_of_ocaml d3f8380
- CI: use node v8 canary a2209c4
- Wat file preprocessor 0d6d826
- Imported string constants f49d969
- WIP ba14b7c
- Test: enable JS string af0bdb8