Skip to content

Commit ed4eea6

Browse files
committed
doc: bootstrap generic documentation
1 parent 9492bb1 commit ed4eea6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# WebAssembly (WASM) - WASI playground
2+
3+
## Container images
4+
5+
### JavaScript
6+
7+
See the specific [README.md](./javascript/README.md) for more details about the container image and how it's built.
8+
9+
10+
### Running the images
11+
12+
#### Podman
13+
14+
[Podman](https://github.com/containers/podman) supports running wasi/wasm OCI container images through [crun](https://github.com/containers/crun).
15+
16+
Requirements:
17+
- crun
18+
- crun-wasm
19+
20+
```bash
21+
podman run -it --rm --platform=wasi/wasm marcnuri/hello-world-of-wasm:js
22+
```
23+
24+
#### Docker Desktop

0 commit comments

Comments
 (0)