文件名称:wasmserve:用于测试Wasm的HTTP服务器
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-21 07:56:15
Go
WasmServe 用于Wasm测试的HTTP服务器(例如gopherjs serve 安装 go get -u github.com/hajimehoshi/wasmserve 用法 Usage of wasmserve -allow-origin string Allow specified origin (or * for all origins) to make requests to this server -http string HTTP bind address to serve (default ":8080") -tags string Build tags 触发刷新 浏览器加载页面后,您可以通过/_notify调用服务器来触发重新加载,如下所示: curl localhost:8080/_notify
【文件预览】:
wasmserve-master
----.gitignore(3B)
----main.go(6KB)
----README.md(2KB)
----LICENSE(11KB)
----go.mod(49B)
----example()
--------main.go(883B)