Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```