Skip to content

Commit

Permalink
run wasm in web worker thread
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Dec 13, 2022
1 parent d9a65e9 commit ab8d95b
Show file tree
Hide file tree
Showing 6 changed files with 1,274 additions and 4,141 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ Start development server:
npm start
```

Running wasm in a web worker.
```
npm i @shopify/web-worker
```

Currently, the shopify lib might have some [issues](
https://github.com/Shopify/quilt/issues/2232), or my implementation is not
correct.

### Resources
- <https://neoquest.xyz/blog/react+rust+wasm+introduction>
- <https://rustwasm.github.io/docs/book/>
Loading

0 comments on commit ab8d95b

Please sign in to comment.