nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

Make options const for uvwasi_init #155

Closed axic closed 3 years ago

axic commented 3 years ago

It is a minor change, but this simplifies calling uwasi_init.

I have not seen a real reason why this would need to be non-const as nothing is modified.

axic commented 3 years ago

Thanks!