export function main(x) { return "Hello from the nested JavaScript native module!"; } export function main2(x) { return "Hello again from the nested JavaScript native module!"; }