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?