Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JamesLMilner/wasm-workers
e
https://github.com/JamesLMilner/wasm-workers
Last synced: 4 months ago
JSON representation
e
- Host: GitHub
- URL: https://github.com/JamesLMilner/wasm-workers
- Owner: JamesLMilner
- Created: 2019-05-27T18:22:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:52:38.000Z (about 2 years ago)
- Last Synced: 2024-10-27T20:03:57.154Z (4 months ago)
- Language: JavaScript
- Size: 416 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly Workers
Example of how to use WebAssembly inside of Web Workers. Includes an example using [wasm-worker](https://github.com/mbasso/wasm-worker)
# Commands
Build the wasm-worker example:
`npm run build`
Serve locally:
`npm run serve`
# License
MIT