DelSkayn / rquickjs

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

Add support for sync imports #199

Closed richarddd closed 10 months ago

richarddd commented 10 months ago

This would allow us to import modules synchronously from Rust or JS: Solves (kind of) https://github.com/DelSkayn/rquickjs/issues/198

DelSkayn commented 10 months ago

Looks good!

I fixed some issues with the PR. Will be merging it.