pipa-js 0.1.1

A fast, minimal ES2023 JavaScript runtime built in Rust.
Documentation
1
2
3
// Test property access on object
var o = {source: "hello"};
o.source