timothymiller / t4-app

A powerful cross-platform UI toolkit for building actually native iOS, Android, macOS, Windows, Linux, and Progressive Web Apps with React (Native).
https://t4stack.com
MIT License
1.31k stars 69 forks source link

[lucia] Fix argon2 hashing #144

Closed rmarscher closed 4 months ago

rmarscher commented 4 months ago

It seems like something changed with workerd that caused the await wasi.start() method to start throwing errors like "The script will never generate a response"

Maybe wasi.start is no longer a promise due to new wasm optimizations? Just a guess. Having it await the wasi start along with the stderr and stdout streams seems to resolve the error.