mitnk / cicada

An old-school bash-like Unix shell written in Rust
https://hugo.wang/cicada/
MIT License
974 stars 50 forks source link

Webassembly and WASI as a compile target? #27

Open HKalbasi opened 3 years ago

HKalbasi commented 3 years ago

I think it would be the first WASI shell, Which has many benefits, for example in WASI lightweight containers or in projects like webassembly.sh.

mitnk commented 3 years ago

@HKalbasi I have little knowledge about WASI, and have no idea on whether cicada suitable for that. You could have a try? PR is welcome.