Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
XProtocol-Team committed Dec 25, 2023
1 parent ea28ce8 commit 75d4c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Here's a simple single-thread for you to get started:
</html>
```

It's recommended to use Web Workers for multi-threading. An example will be provided soon.
It's recommended to use [Web Workers](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) for multi-threading. An example will be provided soon.

## Build from source

Expand All @@ -60,7 +60,7 @@ cd wasm-miner

bash build.sh

ls output # main.wasm wasm_exec.js
ls output # calc.wasm wasm_exec.js
```

## License
Expand Down

0 comments on commit 75d4c7c

Please sign in to comment.