wasm-http-server/package.go

5 lines
295 B
Go
Raw Permalink Normal View History

2019-11-27 08:03:31 +01:00
// Package wasmhttp (github.com/nlepage/go-wasm-http-server) allows to create a WebAssembly Go HTTP Server embedded in a ServiceWorker.
2019-11-27 08:04:59 +01:00
//
// It is a subset of the full solution, a full usage is available on the github repository: https://github.com/nlepage/go-wasm-http-server
2019-11-27 07:22:07 +01:00
package wasmhttp