bytecodealliance / bytecodealliance/StarlingMonkey
Regular expression precompilation & unicode property escapes
Open
bug
- Dominant language
- C
- Stars
- 288
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Without a build supporting internationalization we don't get support for regular expressions.
For Fastly we fix this with a precompile step to replace in the source text all regular expressions with precompiled replaced variants - https://github.com/fastly/js-compute-runtime/blob/main/src/precompile.js.
We should do something similar in StarlingMonkey itself to support both regular expression performance and unicode property escape precompilation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.