https://github.com/stwind/wasi-sdk-action
https://github.com/stwind/wasi-sdk-action
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stwind/wasi-sdk-action
- Owner: stwind
- License: mit
- Created: 2024-02-17T09:11:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T07:54:16.000Z (over 1 year ago)
- Last Synced: 2025-10-10T19:03:19.280Z (8 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasi-sdk-action
Build Webassembly using [wasi-sdk](https://github.com/WebAssembly/wasi-sdk).
## Docker
Building image
```sh
docker build --platform linux/x86_64 --build-arg WASI_VERSION=25 -t wasi-sdk:25.0 .
```