You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to create a jsfunfuzz grammar. But there was no separate document, so I wrote here.
What I want is a mutated grammar js file, but when I run the command
(python3 -m funfuzz.js.loop --random-flags --compare-jit 20 mozilla-central ./js), only a js file close to a rapper is created. (jsfunfuzz.js)
I want to generate js file from the funfuzz and test it on another js engine.
Is there a way?
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to create a jsfunfuzz grammar. But there was no separate document, so I wrote here.
What I want is a mutated grammar js file, but when I run the command
(
python3 -m funfuzz.js.loop --random-flags --compare-jit 20 mozilla-central ./js
), only a js file close to a rapper is created. (jsfunfuzz.js
)I want to generate js file from the funfuzz and test it on another js engine.
Is there a way?
The text was updated successfully, but these errors were encountered: