Coder Social home page Coder Social logo

Support WASI Preview 2 about cargo-component HOT 3 CLOSED

nuke-web3 avatar nuke-web3 commented on September 26, 2024
Support WASI Preview 2

from cargo-component.

Comments (3)

peterhuene avatar peterhuene commented on September 26, 2024 2

Hi @nukemandan.

Thanks for the issue! cargo-component already supports WASI 0.2.0 (a.k.a. "preview2").

cargo-component supports it in a few ways:

  1. If you use Rust's stdlib, the Rust toolchain will emit a preview1 compatible module; cargo-component automatically adapts the preview1 interface into a preview2 interface when creating the component.

  2. You may use the wasi crate to directly interact with WASI preview2; this crate wraps generated bindings, giving a more consistent API.

  3. You may target the WASI 0.2.0 WIT packages directly from your component and cargo-component will generate bindings for you to call WASI imports.

When the Rust toolchain supports WASI 0.2.0, it will simplify the first item above by no longer having to adapt the module from preview1.

from cargo-component.

jeffparsons avatar jeffparsons commented on September 26, 2024 1

That PR has merged now, but IIRC it's still mostly just boilerplate, and there's more work before it can be meaningfully used as a way to target WASIp2. E.g. actually creating a Wasm Component from the resulting binary.

from cargo-component.

nuke-web3 avatar nuke-web3 commented on September 26, 2024

I see rust-lang/rust#119616 is landing at this moment to have wasm32-wasi-preview2 as a target 😅 - enabling cargo contract to use it in nightly very soon I would think 🤞

from cargo-component.

Related Issues (20)

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.