Ecosyste.ms: Timeline

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

ocaml-wasm/wasm_of_ocaml

vouillon created a branch on ocaml-wasm/wasm_of_ocaml

sm

vouillon pushed 2 commits to main ocaml-wasm/wasm_of_ocaml
  • Add --linkall option for compatibility with Js_of_ocaml 4206f85
  • Source maps: fix documentation of command line arguments a4e7b05

View on GitHub

vouillon pushed 2 commits to updates ocaml-wasm/wasm_of_ocaml
  • Add --linkall option for compatibility with Js_of_ocaml 4206f85
  • Source maps: fix documentation of command line arguments a4e7b05

View on GitHub

vouillon created a branch on ocaml-wasm/wasm_of_ocaml

updates

vouillon pushed 11 commits to bigstring-perfs ocaml-wasm/wasm_of_ocaml
  • WAT output: no longer emit 'pop' instructions This instruction is not standard and the Binaryen parser no longer nee... 364c37c
  • Use Js_of_ocaml_compiler.Structure instead of Wa_structure Module Structure was basically copied from Wa_structure. 5f736b1
  • Remove code corresponding to an hypothetical core Wasm support f4f188a
  • Calculate fetchBase once at toplevel > It's important to note that this will not reference the <script> element if t... c3cf34b
  • Merge pull request #100 from rickyvetter/patch-1 Calculate fetchBase once at toplevel 5105f11
  • Merge pull request #99 from ocaml-wasm/clean-up Clean up: remove unused or duplicated code 058036f
  • Use static Object.hasOwn I think the initial change in 90db9c5d997fe8130f3d1be81051615d4aa6f862 meant to use the sta... 1bc3ab8
  • Merge pull request #106 from rickyvetter/patch-2 Use static Object.hasOwn 548a3b2
  • Move boxing/unboxing outside of some runtime primitives This makes it visible to binaryen, which than is able to eli... 38abfd5
  • Bigstring: add JavaScript functions to access 2 or 4 bytes at once Calling a JavaScript function is costly. This red... 6d62d29
  • Optimized blitting between strings and bigstrings c3ba995

View on GitHub

tim-harding starred ocaml-wasm/wasm_of_ocaml