Code Monkey home page Code Monkey logo

wasm-bridge's Issues

proc-macro derive produced unparsable tokens

The from_js_value procedural macro, used within bindings! does not handle parameterized types

Occurs when a compound type (e.g; record) contains a parameterized type.

The from_js_value derive macro generating FromJsValue does not properly qualify the type, in this example, it uses

Vec<u32>::method which is not valid Rust syntax, rather than <Vec<u32>>::method

To reproduce (wasm32-unknown-unknown):

wasm_bridge::component::bindgen!({ path: "./wit", world: "bindings" });
package host:bindings

interface core {
    record build {
        a: list<u32>,
    }

    foo: func(q: build) -> u64
}

world bindings {
    import core
}

I'd love to help and open a PR to resolve this, are there any other areas I could tackle while I am at it?

Add async Module & Instance initiating methods to avoid Chrome error

Chrome up to v114 disallows wasm sync compilation on main thread unless they are less than 4KB. This may lead to wasm-bridge adopted application crash at runtime on Chrome. I think the JS api should still keep these async methods so users could decide if they need them or not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.