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

https://github.com/stwind/wasi-sdk-action


https://github.com/stwind/wasi-sdk-action

Last synced: 4 months ago
JSON representation

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 .
```