WASI question, I'm working on llama2.c port to KMP, was able to make it work on most platforms, except for WASM, both JS and WASI:
How do I pass CLI params to wasi executable? I was able to to it
for JS target, but the same approach does not work for WASI