Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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/)