https://github.com/playerony/webassembly-demo
https://github.com/playerony/webassembly-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/webassembly-demo
- Owner: playerony
- Created: 2021-05-10T17:30:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T19:17:30.000Z (about 5 years ago)
- Last Synced: 2025-06-14T06:01:47.303Z (about 1 year ago)
- Language: WebAssembly
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฅ webassembly-demo
This is a simple checkerboard generator written with webassembly.

## ๐Table of Contents
- [โจ Getting started](#%e2%9c%a8-getting-started)
- [Prerequisites](#prerequisites)
- [Bootstrap](#bootstrap)
- [๐ Scripts](#%f0%9f%93%9c-scripts)
- [Development](#development)
- [Build](#build)
- [Test](#test)
- [๐ Documentation](#%f0%9f%93%9a-documentation)
- [Commit Message Guideline](#commit-message-guideline)
## โจ Getting started
### Prerequisites
You need to have installed the following software:
- Please verify if your browser supports wasm (https://caniuse.com/wasm)
- [nodejs](https://nodejs.org/en/) (>=14.15.0)
- [npm](https://npmjs.com/) (>= 6.14.0)
### Bootstrap
```bash
git clone git@github.com:playerony/webassembly-demo.git
cd webassembly-demo
npm i
```
## ๐Scripts:
### Development
- `server` - Run application.
### Build
- `asbuild` - Build wat/wasm files.
### Test
- `test` - Run tests.
## ๐ Documentation
### Commit Message Guideline
- For easier commit type recognition commit messages are prefixed with an emoji
- See available [commit-emojis](https://github.com/sebald/commit-emojis#available-emojis)