Skip to content

Speed up TopoSort by 2.7-3.3x. #1410

Speed up TopoSort by 2.7-3.3x.

Speed up TopoSort by 2.7-3.3x. #1410

Workflow file for this run

name: Emscripten Build
on: [push, pull_request]
jobs:
emcc:
runs-on: ubuntu-latest
steps:
- uses: mymindstorm/setup-emsdk@v11
- uses: actions/checkout@v3
- name: Build
run: |
make config-emcc
make YOSYS_VER=latest
- uses: actions/upload-artifact@v3
with:
name: yosysjs
path: yosysjs-latest.zip