上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 58 下一页
摘要: cargo设置国内源 cargo的依赖库的默认源用的是https://crates.io/,但国内很多网络访问很慢 像python的pip和php的composer以及go都有国内的代理或镜像 rust国内也有镜像源,中国科大的 设置cargo的国内镜像源 在~/.cargo/目录下,建一个conf 阅读全文
posted @ 2021-11-09 15:24 zJanly 阅读(349) 评论(0) 推荐(0)
摘要: https://github.com/netty/netty 阅读全文
posted @ 2021-11-09 11:14 zJanly 阅读(23) 评论(0) 推荐(0)
摘要: https://github.com/WebAssembly/WASI/blob/main/phases/snapshot/docs.md WASM(Web Assembly)尽管是为了提高网页中性能敏感模块表现而提出的字节码标准, 但是WASM却不仅能用在浏览器(broswer)中, 也可以用在其 阅读全文
posted @ 2021-11-07 08:23 zJanly 阅读(524) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_34754747/article/details/104967933 https://blog.csdn.net/fanxingzju/article/details/80488788 https://blog.csdn.net/weixin_308 阅读全文
posted @ 2021-11-07 07:59 zJanly 阅读(639) 评论(0) 推荐(0)
摘要: 原文链接:Replacing a hot path in your app's JavaScript with WebAssembly February 15, 2019. 在之前的文章中我讲述了 WebAssembly 是如何允许我们将 C/C++ 生态中的库应用于 web 应用中的。一个典型的使 阅读全文
posted @ 2021-11-06 08:14 zJanly 阅读(2044) 评论(0) 推荐(0)
摘要: package mainimport ( "fmt" "runtime")type A struct { a int}func main() { self := new(A) self.a = 99 runtime.SetFinalizer(self, func(self *A) { self.a 阅读全文
posted @ 2021-11-04 17:29 zJanly 阅读(110) 评论(0) 推荐(0)
摘要: https://gitee.com/mirrors git clone --depth=1 https://gh.api.99988866.xyz/https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-${ZSH:-~/ 阅读全文
posted @ 2021-11-03 16:59 zJanly 阅读(288) 评论(0) 推荐(0)
摘要: Enarx Enarx provides a platform abstraction for Trusted Execution Environments (TEEs) enabling creating and running “private, fungible, serverless” ap 阅读全文
posted @ 2021-11-02 15:37 zJanly 阅读(55) 评论(0) 推荐(0)
摘要: http://llever.com/cargo-book-zh/guide/cargo-toml-vs-cargo-lock.zh.html https://rust-by-example.budshome.com/flow_control/match.html https://bellard.or 阅读全文
posted @ 2021-11-01 11:08 zJanly 阅读(61) 评论(0) 推荐(0)
摘要: git@github.com:ReadyTalk/avian.git https://github.com/ReadyTalk/avian https://github.com/apache/incubator-teaclave-sgx-sdk https://github.com/mesalock 阅读全文
posted @ 2021-10-26 18:10 zJanly 阅读(45) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 58 下一页