Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hhugo created a comment on a pull request on ocsigen/js_of_ocaml
@vouillon, this needs to be updated in the wasm runtime. Can you take a look ?
hhugo closed an issue on ocsigen/js_of_ocaml
[FEATURE REQUEST] Synchronize tests-ocaml with the upstream repo
- script the synchronization (we don't need full automation) - Document the relation with upstream ocaml - move tests incorrectly added in the `tests-ocaml` directoryhhugo pushed 17 commits to synctest ocsigen/js_of_ocaml
- Runtime: Add float16 support to bigarray (#1803) Co-authored-by: Jérôme Vouillon <[email protected]> 5f1ca29
- Tests: mv gc tests 770af61
- Tests: sync lib-buffer 307d991
- Tests: sync lib-stack 3c539c0
- sync-test 8df62ce
- helper e9a497a
- WIP 388b1c8
- WIP 0c77a3f
- WIP 2432d9e
- WIP 2a06401
- WIP 02fb5cc
- WIP dc08c74
- WIP c4cb221
- WIP f4c41a9
- WIP 46610ae
- WIP e10b657
- WIP 6ed3ebf
hhugo pushed 1 commit to master ocsigen/js_of_ocaml
- Runtime: Add float16 support to bigarray (#1803) Co-authored-by: Jérôme Vouillon <[email protected]> 5f1ca29
hhugo closed a pull request on ocsigen/js_of_ocaml
Runtime: Add float16 support to bigarray
float16array is not widely supported.hhugo created a comment on a pull request on ocsigen/js_of_ocaml
> @hhugo Maybe I should switch to using `Uint16array` typed arrays, actually. Eventually, we should use `Float16Array`, but it's still under a flag in Chrome, and cannot be used with WebGL in Safar...
hhugo created a comment on an issue on ocsigen/js_of_ocaml
> Although the program performs no file operations, Printing to stdout with `print_endline` uses `node:fs.writeSync` when running on node
hhugo created a comment on an issue on ocsigen/js_of_ocaml
> (although, only with --profile release, otherwise still there, WUT). You need to set the flag when building the runtime `(build_runtime_flags (:standard --target-env browser))`
hhugo pushed 21 commits to synctest ocsigen/js_of_ocaml
- Runtime: add support for float16 bigarrays f08f394
- changes cc02a2b
- fixup! Runtime: add support for float16 bigarrays 8385a5e
- Wasm runtime: add support for float16 bigarrays Implemented using Float16Array typed arrays, or Float32Array as a fa... 18a66e2
- Wasm runtime: accurate float16 bigarrays when Float16Array is not available 3e9b343
- fix f08d9ee
- WIP 45d2521
- WIP ab349e3
- Tests: mv gc tests b9344df
- Tests: sync lib-buffer 56dcd00
- Tests: sync lib-stack 019d02d
- sync-test 58c73b7
- helper c52aa79
- WIP 5fa9bcf
- WIP 2830001
- WIP 4909391
- WIP fc83f81
- WIP 4390519
- WIP 73c4d42
- WIP ac70ea2
- and 1 more ...
hhugo created a comment on an issue on ocsigen/js_of_ocaml
Try `--target-env browser`
hhugo pushed 1 commit to shorter-path-jsoo hhugo/dune
- Reduce path size for inline-tests artifacts Signed-off-by: Hugo Heuzard <[email protected]> 6dd5d4f