DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
445 stars 59 forks source link

Best place to share utils? #164

Open Sytten opened 1 year ago

Sytten commented 1 year ago

Hi! I am building a couple of utils that I think could be useful to the community. The first one is a full Console implementation that handles all the types of values. I think it would be worth sharing I am just wondering if you should create a rquickjs-extra repo/crate? Or maybe just examples. Let me know!

ahaoboy commented 4 months ago

Is there a demo available for use? I've tried rewriting the console api in Rust before, but it became too complex, eventually give up. That is indeed a very massive project 👍

Sytten commented 4 months ago

I need to update our rquickjs but happy to share once thats done