Skip to content

WAMR implementation

WAMR implementation #9

Workflow file for this run

name: CI
on:
push:
branches: [root]
pull_request:
branches: [root]
jobs:
deps-up-to-date:
name: Check I2C dependency is up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ensure `./wasmtime/wit/deps` are in sync
run: |
cd wasmtime
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.2/wit-deps-x86_64-unknown-linux-musl
chmod +x ./wit-deps
./wit-deps lock --check