kernel for jsii execution environment
npm install @jsii/kernelImplements interaction API between jsii proxy classes and jsii modules, part of
the [jsii] project.
The __@jsii/kernel__ is a library, normally hosted within a [@jsii/runtime]
process. It provides the basic interaction API that allows language-specific
proxy object to interact with javascript objects they represent.
[jsii]: https://github.com/aws/jsii
[@jsii/runtime]: https://github.com/aws/jsii/tree/main/packages/@jsii/runtime
See api.ts for request/response API.
__jsii__ is distributed under the
Apache License, Version 2.0.