We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69aef24 commit 8728f40Copy full SHA for 8728f40
examples/without-a-bundler/README.md
@@ -10,4 +10,14 @@ You can build the example locally with:
10
$ wasm-pack build --target web
11
```
12
13
-and then opening `index.html` in a browser should run the example!
+Then serve this directory in your favourite webserver and navigate to `host:port`
14
+to open the index.html in your browser:
15
+
16
+```
17
+# static server from https://crates.io/crates/https
18
+http
19
20
+# or use python
21
+python2 -m SimpleHTTPServer
22
+python3 -m http.server
23
0 commit comments