javascript 0.3.0

A JavaScript engine implementation in Rust
Documentation
1
2
3
4
// module
var x = 42;
export { x as "test-string-name" };
console.log("OK");