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
- Host: GitHub
- URL: https://github.com/jonelantha/webassembly-webpack-helloworld
- Owner: jonelantha
- Created: 2020-04-21T16:07:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:23:11.000Z (over 1 year ago)
- Last Synced: 2025-02-02T02:35:30.186Z (over 1 year ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)