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

https://github.com/jonelantha/webassembly-webpack-helloworld

A webassembly helloworld using webpack
https://github.com/jonelantha/webassembly-webpack-helloworld

Last synced: 10 months ago
JSON representation

A webassembly helloworld using webpack

Awesome Lists containing this project

README

          

# webassembly-webpack-helloworld

A helloworld example of how to use hand-coded webassembly (.wat file) in a front-end project using webpack.

Webassambly for front-end devs using front-end tools.

## Follow along

Find out more about this project at [https://blog.elantha.com/webassembly-webpack-tutorial/](https://blog.elantha.com/webassembly-webpack-tutorial/)

## See it live

See the site built from this project live at [https://jonelantha.github.io/webassembly-webpack-helloworld/](https://jonelantha.github.io/webassembly-webpack-helloworld/)

## Run it locally

1. Clone the repo
2. Then the usual stuff
```sh
npm install
npm start
```
3. Visit [http://localhost:8080](http://localhost:8080)