jsexec 0.1.3

run javascript console.log to result
Documentation
    use jsexec::runjs;
    assert_eq!(runjs("console.log(\"hello\")").unwrap(),"hello\n");