CCF/include/ccf/js/extensions
Eddy Ashton 45328bf200
Re-namespace `::kv` to `ccf::kv` (#6312)
2024-06-28 15:42:49 +01:00
..
ccf Re-namespace `::kv` to `ccf::kv` (#6312) 2024-06-28 15:42:49 +01:00
math Basic programmability sample (#6201) 2024-05-24 16:59:22 +01:00
README.md Basic programmability sample (#6201) 2024-05-24 16:59:22 +01:00
console.h Basic programmability sample (#6201) 2024-05-24 16:59:22 +01:00
extension_interface.h Basic programmability sample (#6201) 2024-05-24 16:59:22 +01:00
snp_attestation.h Use existing `npm-app` to test new custom endpoints support (#6232) 2024-06-05 21:07:21 +01:00

README.md

Files within this directory structure contain code which populate globals on the JS runtime environment. They should be named and nested to match the name of the global they insert. For instance extensions/console.h populates the object console in a JS env, and extensions/ccf/crypto.h populates ccf.crypto.