Closed kammoh closed 3 years ago
Quite possibly; I would have to look closer at build requirements of Tcl to answer for sure.
That would be really great! Thanks!
I've tried to build Tcl for WASI. Unfortunately, in spite of its reputation for portability, Tcl has a large amount of dependencies on Unix-specific APIs (especially socket ones are problematic, though there are many more than that), and getting it to build and run under WASI is a significant undertaking. There is no way I can see to build Tcl with the OS APIs disabled.
I will not be porting Tcl to WASI, but if someone else does this, I will consider shipping a third-party port as a part of YoWASP.
Would it be possible to add TCL support to
yowasp-yosys
?