You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at using tide as a replacement for my current portable web server which can be embedded in different compile targets, one of those being WASM. Currently, tide fails to compile due to APIs incompatible with WASM like file system access and task:::spawn. I created a fork and have refactored code or excluded modules which cause complication failures with cfg_if Perhaps, there's a better solution. I also created a simple demo repo which consumes my branch. Let me know what I can do to contribute and help! Thanks!
The text was updated successfully, but these errors were encountered:
I'm looking at using tide as a replacement for my current portable web server which can be embedded in different compile targets, one of those being WASM. Currently, tide fails to compile due to APIs incompatible with WASM like file system access and
task:::spawn
. I created a fork and have refactored code or excluded modules which cause complication failures withcfg_if
Perhaps, there's a better solution. I also created a simple demo repo which consumes my branch. Let me know what I can do to contribute and help! Thanks!The text was updated successfully, but these errors were encountered: