In [doc](https://bellard.org/quickjs/quickjs.pdf), there are `std`, `os` modules and `global objects` like `console.log`. It seems like they are not available in `quickjs-rs`. Is there any way to use them?
In doc, there are
std,osmodules andglobal objectslikeconsole.log. It seems like they are not available inquickjs-rs.Is there any way to use them?