webassembly/proxy_js: Revert back to converting Py None to JS null.
This reverts part of commit fa23e4b0, to make it so that Python `None` converts to JavaScript `null` (and JavaScript `null` already converts to Python `None`). That's consistent with how the `json` module converts these values back and forth. Signed-off-by: Damien George <damien@micropython.org>
Showing
Please register or sign in to comment