• Richard Musiol's avatar
    net: add js/wasm architecture · ef9217e7
    Richard Musiol authored
    This commit adds the js/wasm architecture to the net package.
    The net package is not supported by js/wasm, but a simple fake
    networking is available so tests of other packages that require
    basic TCP sockets can pass. The tests of the net package itself
    are mostly disabled.
    
    Updates #18892
    
    Change-Id: Id287200c39f0a3e23d20ef17260ca15ccdcca032
    Reviewed-on: https://go-review.googlesource.com/109995
    Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
    ef9217e7
Name
Last commit
Last update
..
export_posix_test.go Loading commit data...
export_test.go Loading commit data...
export_windows_test.go Loading commit data...
fd.go Loading commit data...
fd_io_plan9.go Loading commit data...
fd_mutex.go Loading commit data...
fd_mutex_test.go Loading commit data...
fd_plan9.go Loading commit data...
fd_poll_nacljs.go Loading commit data...
fd_poll_runtime.go Loading commit data...
fd_posix.go Loading commit data...
fd_posix_test.go Loading commit data...
fd_unix.go Loading commit data...
fd_windows.go Loading commit data...
fd_windows_test.go Loading commit data...
hook_cloexec.go Loading commit data...
hook_unix.go Loading commit data...
hook_windows.go Loading commit data...
sendfile_bsd.go Loading commit data...
sendfile_linux.go Loading commit data...
sendfile_solaris.go Loading commit data...
sendfile_windows.go Loading commit data...
sock_cloexec.go Loading commit data...
sockopt.go Loading commit data...
sockopt_linux.go Loading commit data...
sockopt_unix.go Loading commit data...
sockopt_windows.go Loading commit data...
sockoptip.go Loading commit data...
splice_linux.go Loading commit data...
strconv.go Loading commit data...
sys_cloexec.go Loading commit data...
writev.go Loading commit data...
writev_test.go Loading commit data...