Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhmoller/webpack-webassembly-tester
Experimenting with webpacks new webassembly support
https://github.com/rhmoller/webpack-webassembly-tester
Last synced: 18 days ago
JSON representation
Experimenting with webpacks new webassembly support
- Host: GitHub
- URL: https://github.com/rhmoller/webpack-webassembly-tester
- Owner: rhmoller
- Created: 2017-11-12T20:17:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:38:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:06:16.498Z (8 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-webassembly-tester
Experimenting with webpacks new webassembly support## To run
```commandline
git clone https://github.com/rhmoller/webpack-webassembly-tester.git
cd webpack-webassembly-tester
npm i
npm start
```
Now open http://localhost:8080/ in your browser and you should see```
Hello, WebAssembly. square(2) is 4
```