Git Product home page Git Product logo

Comments (2)

penberg avatar penberg commented on May 30, 2024

The problem you have is that the JavaScriptCore framework that rusty_jsc provides bindings for is a native library. So you can't build rusty_jsc for a WebAssembly target with cargo wasi build.

Not sure what you are building, but if you really need to run JavaScriptCore on top of a WebAssembly runtime, there's https://github.com/mbbill/JSC.js that might work for you.

from rusty_jsc.

Ethan-Arrowood avatar Ethan-Arrowood commented on May 30, 2024

Oh so the native library would also need some kind of way to build down to WASI?

And yeah the target isn't just WASM, but WASI. I'm poking around seeing if its possible to build a rust based JS Runtime that can compile down to WASI. Thank you for the recommendation, ill look into that library too!

from rusty_jsc.

Related Issues (10)

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.