Bikal Lem

Results 97 comments of Bikal Lem

> As a workaround, you can call run immediately when the readyState is complete: >let () = if Js.to_string Dom_html.document##.readyState = "complete" then run () else let readystatechange = Dom_html.Event.make...

I am facing a similar issue when trying to do `:b pkgs.pkgsStatic.poppler` in `nix repl`. I can see `*.drv` files in `/tmp` with owners set to `root`. In order to...

The `Event` module is from https://github.com/LexiFi/ocaml-vdom/blob/master/lib/js_browser.mli#L166

Will `abort` at least show where it aborted in the source code?

Thanks for the update. Here is my particular use case. I am working on moonbit bindings to mariadb/mysql (https://github.com/bikallem/mariadb.mbt). It is quite useful to be able to determine if there...

A few a data points: - rust supports - wasm32-wasip2 (https://github.com/rust-lang/rust/pull/119616) - zig supports - wasm32-wasi

> > Emphasising the last point, one basically needs to skill up on the rust language and its ecosystem to effectively use these external tools. > > Could you please...