Skip to content

Wasm support? #226

Open
Open
@MTRNord

Description

@MTRNord

Hi wasm based rust currently fails in all kind of ways.

Especially this often happens when compiling:

error[E0599]: no method named `as_sock` found for reference `&udp::UdpBuilder` in the current scope
    --> /home/marcel/.cargo/registry/src/github.com-1ecc6299db9ec823/net2-0.2.34/src/ext.rs:1558:22
     |
1558 |         get_opt(self.as_sock(), SOL_SOCKET, SO_ERROR).map(int2err)
     |                      ^^^^^^^ method not found in `&udp::UdpBuilder`

Is it possible to get wasm support in the future?

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequest for a new featureRustSDKWASMarea: coreCore features of the SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions