-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Hello. On the scoring package (e.g. Serverpod Score), there exists the following warning:
Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.
Since Serverpod is a server-side package, having a dependency on packages/core libraries that do not support WASM (e.g. dart:io) is expected since usage of this package is not supported in a browser. For server-only packages, I think it's unfair to score them lower for this reason.
I suggest that the authors of these sort of packages are able to tag their packages as something like "VM Only" where the WASM scoring is ignored and full score is rewarded to the package.
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)