Hello,
Context
Been working on a fun little CLI project, to do matrix rain effect using the Wasi bindings, and using wasa.
I'm using Wapm / Wasmer to run my Wasm module.
What I think is the problem
I opened this issue on my project: torch2424/wasm-matrix#1 . Which Essentially comes down to, I can't figure out how to get the terminal size using the current available Wasi bindings.
I think what I would need from Wasi is someway to use a the underlying effect of C's ioctl or termios. Is this something you can do with the current WASI bindings? If so, how? If not, is this planned to be done at some point? I understand that Wasm / Wasi are super young, so no worries if it is planned, not looking for an ETA or anything.
cc @dcode , as I originally opened this at: AssemblyScript/assemblyscript#587 . And cc @binji because we chatted about it earlier today 😂
And thanks for all the hard work! Wasi is super cool / exciting. 😄 Thanks!