amaranth-lang / amaranth-yosys

WebAssembly-based Yosys distribution for Amaranth HDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amaranth-yosys doesn't build on MacOS

robtaylor opened this issue · comments

Numerous issues are hit when building on MacOS (tested on Montaray and Ventura):

  1. Assumes GNU tools behaviour
  2. downloads linux WASI SDK
  3. forces wasmtime < 0.33 - M1/M2 require at least 0.40.1

It's not supposed to build on macOS. However, the wasmtime dependency should be relaxed; I'll do this in a moment.

Relaxed the version requirement in af2958d.