GolangNote

Golang笔记

Golang WebAssembly 了解一下

Permalink

Go 1.11 起开始支持 WebAssembly ,也就是说以后可以使用任何语言作为“前端语言”来进行 Web 开发。

看看 qemu 的作者 bellard 大神将 Windows 2000 搬到浏览器效果:

js win2000 WebAssembly 可以去观摩 https://bellard.org/jslinux/

参考

本文网址: https://golangnote.com/topic/234.html 转摘请注明来源

Related articles

Golang 把cookie 字符串解析为cookie 结构

在做爬虫时有时候会遇到需要带已登录的 cookie 请求,这个时候最简单的方法是在浏览器登录后,在开发者面板找到cookie 字符串,然后拷贝粘贴。这就面临一个问题需要把cookie 字符串解析成Go 语言 cookie 结构体。...

Write a Comment to "Golang WebAssembly 了解一下"

Submit Comment Login
Based on Golang + fastHTTP + sdb | go1.22.3 Processed in 0ms