Skip to content

v2.0: move to esm, remove confusing async API #11

v2.0: move to esm, remove confusing async API

v2.0: move to esm, remove confusing async API #11

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mymindstorm/setup-emsdk@v12
- run: emcmake cmake -B build -DCMAKE_BUILD_TYPE=Release
- run: cmake --build build
- run: npm pack
- uses: actions/upload-artifact@v3
with:
name: package
path: ooz-wasm-*.tgz
retention-days: 1