Files
simple-rust-tests/__enclave/virt_enclave/sample.js

8 lines
134 B
JavaScript

function __EXPORT(f) { eval('__PUBLIC_' + f + '=' + f); }
function getName() {
return 'This is hatter!';
}
__EXPORT('getName');