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
{{ message }}
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Analysis on code feature flags: sqlite-bundled: it helped on using sqlite in macOS M1 (see #201) telemetry: to add sentry monitoring update-notifications: to check on the background when wasmer has a new version (this can be probably removed / always on or based on config) prehash-module: it can probably be removed since it doesn't add that much value and can be always included (doesn't add that much code size) packagesigning: it can probably be removed and be always on integration_tests: it should be removed.
This leaves the only following feature flags:
sqlite-bundled: since it's to solve a macOS M1 issue when using sqlite
telemetry: we need to think if we want this to be always on or based on config instead