v0.8.0
- python
bytes
objects are now passed to JavaScript as immutableUint8Array
- python
dict
and user-defined class objects now use the prototype chain for following methods in JavaScript:Object.prototype.toString
Object.prototype.toLocaleString
Object.prototype.valueOf
- python iterator objects passed to JS now have the
[Symbol.toPrimitive]
and.valueOf
properties in JavaScript to support use withconsole.log