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
The text was updated successfully, but these errors were encountered:
After talking with @syrusakbary and @fschutt, we're thinking we won't immediately update feature flags now. Instead, we'll try to removing things while migrating wapm's functionality into the wasmer CLI.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current wapm-cli features:
Analysis on code feature flags:
sqlite-bundled
: it helped on usingsqlite
in macOS M1 (see #201)telemetry
: to add sentry monitoringupdate-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 onintegration_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 sqlitetelemetry
: we need to think if we want this to be always on or based on config insteadThe text was updated successfully, but these errors were encountered: