3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00

Merge pull request #2001 from whitequark/wasi

Add WASI platform support
This commit is contained in:
whitequark 2020-05-01 21:28:20 +00:00 committed by GitHub
commit bbde241942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 166 additions and 29 deletions

View file

@ -1,3 +1,3 @@
ifneq ($(CONFIG),emcc)
ifeq ($(DISABLE_SPAWN),0)
OBJS += frontends/rpc/rpc_frontend.o
endif