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
Suggested here. It would be possible to place the wasi implementation into a new namespace (e.g. fizzy::wasi), in a separate file, and have it unit tested. Then the frontend (fizzy-wasi) would use those features and retain the integration testing (the cli tests) it has.
The text was updated successfully, but these errors were encountered:
Suggested here. It would be possible to place the wasi implementation into a new namespace (e.g.
fizzy::wasi
), in a separate file, and have it unit tested. Then the frontend (fizzy-wasi
) would use those features and retain the integration testing (the cli tests) it has.The text was updated successfully, but these errors were encountered: