Skip to content

Merge pull request #18 from powersync-ja/feat/update-upstream-sqlite #60

Merge pull request #18 from powersync-ja/feat/update-upstream-sqlite

Merge pull request #18 from powersync-ja/feat/update-upstream-sqlite #60

Workflow file for this run

name: Build SQLite3 WASM
on:
push:
branches: ["**"]
jobs:
compile_sqlite3_wasm:
strategy:
matrix:
os: [macos-latest]
name: Compile sqlite3 wasm for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build wasm
uses: ./.github/actions/build-wasm