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

https://github.com/ragingwind/webassembly-starter-kit-rust

WebAssembly Starter Kit with Rust
https://github.com/ragingwind/webassembly-starter-kit-rust

Last synced: over 1 year ago
JSON representation

WebAssembly Starter Kit with Rust

Awesome Lists containing this project

README

          

![logo](https://user-images.githubusercontent.com/124117/141869741-4f40b179-00c5-4d6c-8033-2e577016794b.jpg)

# WebAssembly Starter Kit with Rust

> Collective tools for learning WebAssembly with Rust. WARNING, Docker and packages are not working well on Apple M1

# Setup

```sh
docker build -t "wask/rust" -f Dockerfile .
```

# Run
```sh
docker run -t -i --mount type=bind,source="$PWD",target=/wask -p 3000:3000 "wask/rust"
```

# License

@ MIT