Skip to content
New issue

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

Use stderr for console.{warn,error}() #1

Merged
merged 2 commits into from
May 21, 2023

Commits on May 21, 2023

  1. Add version field to WASI options for Node v20 compatibility

    Although Node v20 is not LTS, this change will be useful when it does
    become LTS.
    CountBleck committed May 21, 2023
    Configuration menu
    Copy the full SHA
    4bf1fc1 View commit details
    Browse the repository at this point in the history
  2. Use stderr for console.{warn,error}()

    Node.js has the same behavior (and it makes sense). Now, all functions
    use the correct stream.
    
    Fixes AssemblyScript/assemblyscript#2585.
    CountBleck committed May 21, 2023
    Configuration menu
    Copy the full SHA
    4472e6c View commit details
    Browse the repository at this point in the history