mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
The print function of wasm will be - `console.log` by default or when giving undefined or "console" - a dumb function when giving `null` - the function when giving a function Co-Authored-By: Noah <33094578+coolreader18@users.noreply.github.com>