feat: upgrade v8 runtime crates

This commit is contained in:
YetAnotherMinion 2022-03-21 20:07:19 +00:00 committed by nobody
commit 80f7585153
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
9 changed files with 508 additions and 429 deletions

View file

@ -1,5 +1,3 @@
use aho_corasick::{AhoCorasick, AhoCorasickBuilder};
// TODO figure out why this code takes ~70ms to munge the javascript. By comparison just writing a
// bunch of chainged string.replace( , ).replace( , ).replace .... takes about (16ms debug) (2.5ms
// release).