Skip to content

Enable tests for WASM once WASM supports it #5

@at-wat

Description

@at-wat

WASM is still in Minimum Viable Product stage. IP socket is not yet supported and net_fake.go is used in Go1.13.
A lot of the tests using net.Conn fail to be built, deadlock, or cause below runtime error in net_fake.go.

panic: interface conversion: net.sockaddr is *net.UDPAddr, not *net.TCPAddr

Now, some tests in dtls, ice, sctp, transport, turn, and webrtc packages are disabled.
Once WASM and Go support UDP connection, we can enable them.

ref: #4 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions