Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkersumida/rust_to_wasm
wasm(using Rust) sample
https://github.com/walkersumida/rust_to_wasm
rust wasm webassembly
Last synced: 17 days ago
JSON representation
wasm(using Rust) sample
- Host: GitHub
- URL: https://github.com/walkersumida/rust_to_wasm
- Owner: walkersumida
- Created: 2020-05-25T08:26:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T08:42:06.000Z (over 4 years ago)
- Last Synced: 2024-10-23T02:15:27.210Z (2 months ago)
- Topics: rust, wasm, webassembly
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run web application
```sh
docker-compose up --build
```## How to access
Please access to [http://0.0.0.0:8080](http://0.0.0.0:8080)