-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第 55 期 Go&WebAssembly 简介 #445
Comments
补充一下go官方给的wiki https://github.com/golang/go/wiki/WebAssembly 以及 |
@FelixSeptem wasm和gopherjs最大的差异:wasm是官方支持,同时wasm是国际标准是其它语言认可的中间格式。 以前虽然很多工具输出js,那是因为没有wasm可以选择。 wasm最大的潜力是在浏览器之外,甚至可以想象成一个轻量化的Docker环境。 |
LGTM |
还没有在生产环境使用过 wasm。从给的马里奥的例子来看,go wasm 本质上是分发由 Go 编译好 长远来看,这个 |
对逆向工程和 WebAssembly 不太了解,不知道 wasm 反编译困难吗? |
WebAssembly 简介
WebAssembly是一种新兴的网页虚拟机标准,它的设计目标包括:高可移植性、高安全性、高效率(包括载入效率和运行效率)、尽可能小的程序体积。
根据 Ending定律:⼀切可被编译为WebAssembly的,终将被编译为WebAssembly。
本次分享Go&WebAssembly相关的用法。
分享时间
2019-08-15 21:00:00
分享地址
zoom 地址:https://zoom.us/j/6923842137
部分内容:浏览器中的超级玛丽
https://talks.godoc.org/github.com/chai2010/awesome-go-zh/chai2010/chai2010-golang-wasm.slide#18
预习资料
The text was updated successfully, but these errors were encountered: