Skip to content

feat!: complete Proxy-Wasm ABI + WASI stubs + docs overhaul (v3.0.0) #36

feat!: complete Proxy-Wasm ABI + WASI stubs + docs overhaul (v3.0.0)

feat!: complete Proxy-Wasm ABI + WASI stubs + docs overhaul (v3.0.0) #36

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and test in Docker
run: |
docker build \
--build-arg WASMTIME_VERSION=44.0.0 \
-t vmod-wasm-test .
docker run --rm vmod-wasm-test make check