Giter Club home page Giter Club logo

Comments (3)

kripken avatar kripken commented on June 26, 2024 1

Two possible ways to add such a feature:

  1. As a pass-option for RemoveUnusedModuleElements pass.
  2. Add a flag to wasm-metadce.
    In both cases the option would be something like "consider empty exports unused".

Which runtime is this, btw, that will safely ignore empty exports?

from binaryen.

kripken avatar kripken commented on June 26, 2024 1

I see, thanks for the info @orsinium !

With multiple VMs that could benefit here, this sounds very reasonable to add as an option.

Probably the first option I mentioned before (pass-option for RemoveUnusedModuleElements) is best. If someone has time to look into that but doesn't know where to start I can help out with guidance.

from binaryen.

orsinium avatar orsinium commented on June 26, 2024

Which runtime is this, btw, that will safely ignore empty exports?

I'm building my own Rust runtime on top of wasmi. Knowing that the guest does not implement certain functions lets me do host-side optimizations. Similar to how pico-8 changes the frame rate to 60 FPS if _UPDATE60 function is provided.

Another example is wasm-4. It expects start and update exports both of which may be omitted:

from binaryen.

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.