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

wasm/js: use standard library syscall package #4461

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Commits on Oct 2, 2024

  1. wasm/js: use standard library syscall package

    This switches -target=wasm (browser wasm) over from our own syscall
    package to the one used in the Go standard library.
    
    While this doesn't remove any code (so we can't simplify anything), the
    idea is that this improves compatibility with existing code a bit more.
    So It's a similar reasoning as for
    #4417.
    aykevl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    67b45dd View commit details
    Browse the repository at this point in the history