Module quickjs_rusty::context

source ·

Structs§

  • Context is a wrapper around a QuickJS Javascript context. It is the primary way to interact with the runtime.
  • A builder for Context.