Skip to content

Update README.md

Update README.md #27

Workflow file for this run

name: emulator-wasm
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
permissions:
contents: read
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build emscripten
working-directory: ${{env.GITHUB_WORKSPACE}}
run: emulator/wasm/build_wasm.bat