Git Product home page Git Product logo

Comments (4)

 avatar commented on June 30, 2024 3

Macros would be a very very useful thing to have in webassembly because you could spin up your own web language from within the assembly. For projects which absolutely must be as close to the bare metal as possible but need to be on the web this would speed up development.

from wabt.

binji avatar binji commented on June 30, 2024

@sunfishcode experimented with this some here: WebAssembly/spec#155. It is tedious to write wast files, but they're not meant to be the text format for WebAssembly. Rather, they're convenient as being a direct representation of the module AST, used primarily for writing tests.

You may want to take a look at this proposal for the text format: WebAssembly/design#704. It doesn't support macros, but it is not nearly as verbose as the wast format.

from wabt.

axic avatar axic commented on June 30, 2024

Thanks, I've seen there are more proposals for the text format. I'd like to see WAST (with macros) to survive as a stable format :)

We have written some code already in WAST and it is not that bad, unless unrolled loops need to be implemented.

Would macros be suitable for sexpr-wasm or they are out of scope because they're not stored in WASM?

from wabt.

binji avatar binji commented on June 30, 2024

Yeah, it's definitely a goal to keep the wast format as parsed by sexpr-wasm to be consistent with the wast format as parsed by spec/ml-proto. So adding macros would be out of scope, IMO. That said, it seems to me that you could use a preprocessor to do what you want. Seems like it should be pretty straightforward if you just grab a lisp/scheme and use that to do it.

from wabt.

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.