tengo icon indicating copy to clipboard operation
tengo copied to clipboard

Allow defining custom builtins

Open edison-moreland opened this issue 1 year ago • 0 comments

This is a feature I've found very helpful in my project, SceneEngine.

For my use case, I've got custom user scripts being imported by a runtime script and I need to expose custom builtin functions to that userscript. I tried creating the builtin as globals, but globals aren't exposed to libraries when they're imported.

edison-moreland avatar Jun 23 '23 20:06 edison-moreland