Yunzhe Zhang

Results 7 comments of Yunzhe Zhang

I see this issue [https://github.com/leaningtech/cheerp-meta/issues/116](url) and I encounter nearly the same problem as him, thus preventing me from getting the lastest cheerp. How can I get the nightly packages of...

When I downloaded the nightly ppa and install latest cheerp-core, an error occured. The log is as below: ``` dpkg: error processing archive /tmp/apt-dpkg-install-jUgf4D/3-cheerp-musl_1657105974-1~focal_amd64.deb (--unpack): trying to overwrite '/opt/cheerp/include/alloca.h', which...

Oh, I use a clean env (a newly installed OS) and install successfully. But with the lastest cheerp, I can still reproduce this bug. Can you take a look again...

I don't understand why this issue is similar to [https://github.com/leaningtech/cheerp-meta/issues/114](url). And I test issue 114 again using cheerp-nightly and got the right outputfirst, g_552: 65531 ``` first, g_552: 65531 second:...

I excuted /opt/cheerp/bin/clang -v and I got this: ``` Cheerp 1658127505-1~focal clang version 15.0.0 Target: cheerp-leaningtech-webbrowser-wasm Thread model: posix InstalledDir: /opt/cheerp/./bin ``` What's the meaning of "1658127505-1~focal" ? I don't...

遇到了相同的问题,现在有解决方案了么?

Finally, I find a workaround to bypass the check in option "-initialize-insecure". The way is separating the initialization and real container starting. At first, you should create a MySQL container...