Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diki-haryadi/wasm
This repository contains a collection of WebAssembly (Wasm)
https://github.com/diki-haryadi/wasm
backend game go wasm
Last synced: about 1 month ago
JSON representation
This repository contains a collection of WebAssembly (Wasm)
- Host: GitHub
- URL: https://github.com/diki-haryadi/wasm
- Owner: diki-haryadi
- License: other
- Created: 2024-11-03T06:47:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T10:37:34.000Z (2 months ago)
- Last Synced: 2024-12-02T11:37:47.124Z (2 months ago)
- Topics: backend, game, go, wasm
- Language: JavaScript
- Homepage:
- Size: 4.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Wasm Awesome
WebAssembly (Wasm) is a powerful tool for running high-performance applications on the web. It allows you to run code written in go language.
## Screenshots
![Flappy Run](/screenshots/flappy.png)
## Run Locally
Clone the project
```bash
git clone https://github.com/diki-haryadi/wasm
```Go to the project directory
```bash
cd wasm
```Build Wasm file
```bash
make build
```Install dependencies
```bash
go mod tidy
```Start the server
```bash
go run main.go serve
```## License
[MIT](https://choosealicense.com/licenses/mit/)