package
0.0.0-20211128075702-dbcf505f4c15
Repository: https://github.com/abdfnx/renio.git
Documentation: pkg.go.dev
# README
Renio core
The directory contains the core code for Renio's runtime agnostic.
It comes with a powerful and easy Go API for developers to embed Renio apps into their Go apps.
# Functions
console.log bindings to quickjs engine.
No description provided by the author
FileSystemChecker utility to check whether file system access is avaliable or not.
Marshal JSON data with default options.
NetChecker utility to check whether net access is avaliable or not.
No description provided by the author
OpenPlugin open a dynamic lib and call the exported RenioPlugin function with the args provided by the plugin op Currently, not compatible with windows.
PrepareRuntimeContext prepare the runtime and context with Renio's internal ops injects `__send` and `__recv` global dispatch functions into runtime.
RenioRecvNameSpace Native function corresponding to the JavaScript global `__recv` It is binded with `__recv` and accepts arguments including recv ID of the async function.
RenioSendNameSpace Native function corresponding to the JavaScript global `__send`
It is binded with `__send` and accepts arguments including op ID
*/.
Run create and dispatch a QuickJS runtime binded with Renio's OPs configurable using options.
# Constants
env ops.
fetch ops.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FileSystem ops.
console ops.
plugin ops.
serve ops.