Giter Site home page Giter Site logo

Comments (2)

kubkon avatar kubkon commented on August 14, 2024

Hey! Yeah, learning some Rust might be a good idea since we're striving to have wasmtime as well as the syscalls lib written purely in Rust. Anyhow, the crate you've arrived at used to be a wrapper around C implementation of the syscalls (now renamed to wasmtime-wasi-c), and now it's a wrapper around a Rust implementation in the form of a wasi-common library.

In terms of decoding pointers and general memory management, the module you are looking for can be found here memory.rs. It might be useful to actually grab a copy of wasmtime, compile it and run some example Wasm with trace logging on:

RUST_LOG=wasi_common=trace wasmtime -d some_binary.wasm

You should get output similar to that found here. Hope that helps! :-)

from wasi-libc.

Kevin0626 avatar Kevin0626 commented on August 14, 2024

Thank you for the guides @kubkon

from wasi-libc.

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.