File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Next up:
13
13
1 . Fix the test code. While it gets the job done, it's the first test code I've ever written so it's pretty bad.
14
14
15
15
# Instructions
16
- Grab the WASM module and wasm_exec.js files under the Releases tab, then have a loop at steps 6 & 7.
16
+ Grab the WASM module and wasm_exec.js files under the Releases tab, then have a look at steps 6 & 7.
17
17
Otherwise, if you'd like to generate the WASM module manually, then the following steps will help.
18
18
19
19
To import this library as a WASM module in a Javascript program:
@@ -48,5 +48,3 @@ GOOS=js GOARCH=wasm go build -o main.wasm
48
48
// The second script tag may be relegated to its own Javascript file, rather than being crammed into an html file.
49
49
```
50
50
7 . Run your server. Your job is done!
51
-
52
- ** At some point I will add the wasm module and wasm_exec.js to Releases so that using this library is easier.**
You can’t perform that action at this time.
0 commit comments