Pierre Tachoire
Pierre Tachoire
Relates with #382 We want the browser be able to execute WASM scripts. Example how modules have been handled: #345
> Anyway, I am now setting a hard deadline of February 17th for the 0.14.0 tag. > [...] > If you have a Zig project that is pinned on Zig...
fix #366 require https://github.com/lightpanda-io/libdom/pull/20 :warning: blocked by https://github.com/lightpanda-io/zig-js-runtime/issues/269
With the url `https://recipe-search.typesense.org/?r%5Bquery%5D=Pizza` the browser crashes. ```console $ zig build run -- --dump 'https://recipe-search.typesense.org/?r%5Bquery%5D=Pizza' |tee /tmp/out debug(cli): Fetch mode: url https://recipe-search.typesense.org/?r%5Bquery%5D=Pizza, dump true debug(browser): start js env debug(browser): setup...
tests/wpt/dom/nodes/NodeList-static-length-getter-tampered-2.html tests/wpt/dom/nodes/NodeList-static-length-getter-tampered-1.html tests/wpt/dom/nodes/NodeList-static-length-getter-tampered-3.html tests/wpt/dom/nodes/NodeList-static-length-getter-tampered-indexOf-2.html
I'm running the same code client multiple successive times on the server, and sometimes it panics on assertion: ```console debug(cdp): Req > id 6, method target.closeTarget debug(cdp): Res > id...
``` $ ./zig-out/bin/lightpanda 'https://tools.scrapfly.io/api/fp/ja3' error(cli): 'https://tools.scrapfly.io/api/fp/ja3' fetching error (error.EndOfStream)s ```
We should build the browser with linux ARM
Currently, when we load polyfills, we always compile and run javascript scripts. It would be better to compile once and run multiple times. An idea would be: 1. create a...