https://github.com/walkersumida/rust_to_wasm
wasm(using Rust) sample
https://github.com/walkersumida/rust_to_wasm
rust wasm webassembly
Last synced: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T08:42:06.000Z (over 5 years ago)
- Last Synced: 2025-03-29T19:13:34.333Z (6 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)