Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Wizer-time precompiled regular expressions #168

Open
guybedford opened this issue Oct 22, 2024 · 0 comments
Open

Support Wizer-time precompiled regular expressions #168

guybedford opened this issue Oct 22, 2024 · 0 comments

Comments

@guybedford
Copy link
Contributor

There are a few stories here, but this one is a very simple one - inline Fastly's current code modification approach to precompiling regular expressions into something that runs at Wizer time.

That is, moving what we do in https://github.com/fastly/js-compute-runtime/blob/main/src/precompile.js into something that is in StarlingMonkey as part of its initialization.

The better Wasm emission story for regex compilation would be ideal of course, but let's track that in a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant