Ngo Iok Ui (Wu Yu Wei)
Ngo Iok Ui (Wu Yu Wei)
@ParthJadhav We fixed this in https://github.com/tauri-apps/tao/pull/614 It should be available in next tauri release.
This is a regression from https://github.com/tauri-apps/tao/pull/623. I'll look into it
This is flatpak's cargo template/script: https://github.com/flatpak/flatpak-builder-tools/tree/master/cargo I feel like there should be a cargo-flatpak or something already but there's none. We could probably provide such tool in the end. Or...
It seems fixed in 2.36.4. https://webkitgtk.org/2022/07/28/webkitgtk2.36.5-released.html I plan to add headers support again when I have some time. Will test this too.
It's probably not compatible with m1. I'll update it later.
Thanks for the work! I took some time to dig up the android webview and I pretty sure it's actually written C/C++ with JNI layer for Java. I think we...
Hmm, looks like maybe there are stricter rules on ndk these days. I searched some other works like crosswalk and NDK webkit. They are either unmaintained or abandoned.
> [This repo](https://github.com/mozilla/arewefastyet/tree/master/benchmarks) is pretty old but it contains a bunch of benchmark scripts that should be usable. quickJS [benchmark](https://bellard.org/quickjs/bench.html) with [v8-v7](https://github.com/mozilla/arewefastyet/tree/master/benchmarks/v8-v7). Maybe we can see some results between boa,...
I just modify the benchmark above so it can work with boa. Here's the result from @CYBAI https://gist.github.com/wusyong/bae2a336ee22885c4e1eed02d748f118 ``` Richards: 8.64 DeltaBlue: 7.19 RayTrace: 30.0 ---- Score (version 7): 12.3...
I don't this is the best benchmark tbh. This benchmark has been archived by mozilla. I think QuickJS choose this just for quick result. It doesn't provide metrics to keep...