chai2010

Results 97 comments of chai2010

看错了,你需要修改html文件,将wasm改为对应的名字。然后打开html页面。 wasm_exec.html 里面的 wasm 名字是 `a.out.wasm`。

如果有影响力或知名度的,比如易语言可以补充说明下,其他闭源语言信息太少就不收了。 (闭源软件也不适合在github这种平台传播)

> FP 社区有俩搞 prover 的语言, 有没有人使用就不知道, https://github.com/aya-prover/aya-dev/ 作者: 千里冰封等 https://github.com/cicada-lang/cicada 作者: 谢宇恒 有没有人使用可以补充说明,不影响收录的。 欢迎提下 PR

> Odd. That works for me locally on linux, and we test that function in the test suite. Perhaps the problem is specific to MacOS? https://github.com/chai2010/binaryen-issue-4436

English version: https://github.com/3dgen/cppwasm-book/blob/master/en/README.md

@yushih 非常欢迎啊👏,第三章之后都可以。 另外,能帮忙在英文社区推广下吗? 非常感谢🙏

任何一种压缩技术都不能保证数据一定变小, 因为肯定存在体积变大的情况. 而 jpeg 压缩也不是适合任何类型的图像, jpeg 只适合过度平滑的自然图像, 而矢量显然就不适合用jpeg压缩(有些特殊的图像bmp的行程编码可能会更好).

I create a golang bind for guetli, and the `apps/gutzli` command support batch compress. https://github.com/chai2010/guetzli-go https://github.com/chai2010/guetzli-go/blob/master/apps/guetzli/main.go

原来的代码要表达的是将 9527这个值转型为 `*C.char` 类型,并不是要取x 的地址(我们也不知道x的地址是多少)。两者完全不同的意思