microsoft / CCF

Confidential Consortium Framework

Home Page:https://microsoft.github.io/CCF/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample for JS API extension

eddyashton opened this issue · comments

We have C++ APIs allowing apps to build JS extensions, exposing their own functionality in the global namespace of a JS interpreter. We should provide clearer samples of how an app should do this (currently all extensions are framework level).

I suggest we remove #2970 as part of this, since it never saw usage and the new mechanism seems better.

Done in #6289