use wasm rulesengine#165
Open
cbrady wants to merge 2 commits into
Open
Conversation
bpapillon
previously approved these changes
Jul 16, 2026
bpapillon
left a comment
Collaborator
There was a problem hiding this comment.
Nice.
A few things that could be followups:
- I'm a little anxious in general about packaging and install concerns related to the wasm binary - given this is kind of a non-standard thing to do, it seems like there are a lot of places along the chain of development -> end user install (bundling, publishing from nuget, downloading from nuget, installing) for the wasm binary to disappear or fail to load, and this seems like the kind of failure mode that might manifest in different ways across language and packaging ecosystems, while also being hard to catch pre-merge (since packaging hasn't happened yet). The E2E tests migt be the right place to catch this - perhaps we can follow up by making sure we have E2E tests that will fully exercise at least one flag evaluation that runs through the wasm binary on a library version that was installed from the package manager? This may already be the case, but regardless, could you check on the E2E tests after this to confirm this. Lmk if this doesn't make sense we can talk about it live.
- I was looking at GetVersionKey() - I'm not sure we actually use it in the cache-key as noted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.