1export function main(x) { 2 return "Hello from the nested JavaScript native module!"; 3} 4 5export function main2(x) { 6 return "Hello again from the nested JavaScript native module!"; 7}