This commit is contained in:
Nicolas Lepage
2019-11-26 23:22:12 +01:00
parent 29a7c3d47a
commit 6843df6459
7 changed files with 682 additions and 1 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "go-wasm-http-server",
"version": "0.1.0",
"description": "WebAssembly Go HTTP Server embedded in a ServiceWorker",
"main": "index.js",
"repository": "https://github.com/nlepage/go-wasm-http-server",
"author": "Nicolas Lepage <19571875+nlepage@users.noreply.github.com>",
"license": "Apache-2.0"
}