We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm_tdg/ch03/imports.html
Line 25 in aeb80fa
console.log(instance.exports.log_how_old(2021, 2000));
afaict log_how_old calls a function that calls console.log. why wrap the call in yet another console.log ?
(hi brian).
The text was updated successfully, but these errors were encountered:
Good catch. I run this example yesterday and confirmed that imported function does print logs, so wrapping doesn't really makes sene to me as well.
Sorry, something went wrong.
No branches or pull requests
wasm_tdg/ch03/imports.html
Line 25 in aeb80fa
afaict log_how_old calls a function that calls console.log. why wrap the call in yet another console.log ?
(hi brian).
The text was updated successfully, but these errors were encountered: