Giter Site home page Giter Site logo

Comments (4)

sbc100 avatar sbc100 commented on June 27, 2024

Can you explain what the first line is doing? What is the try_table.bin.wast output file in this case? How is it different to the input wast file?

I wonder how hard it would be to add wabt support for the latest exception handling changes? @aheejin ?

I suppose it would make sense to extend the meaning of --no-check when passed to wast2json. Having said that I'm not sure why that option even exists for this tool. I don't see any usage of wast2json --no-check in wabt.

from wabt.

yamt avatar yamt commented on June 27, 2024

Can you explain what the first line is doing? What is the try_table.bin.wast output file in this case? How is it different to the input wast file?

it converts

;; Test try-catch blocks.

(module
  (tag $e0 (export "e0"))
  (func (export "throw") (throw $e0))
)

(register "test")
:
:

to

(module binary
  "\00\61\73\6d\01\00\00\00\01\84\80\80\80\00\01\60"
  "\00\00\03\82\80\80\80\00\01\00\0d\83\80\80\80\00"
  "\01\00\00\07\8e\80\80\80\00\02\02\65\30\04\00\05"
  "\74\68\72\6f\77\00\00\0a\8a\80\80\80\00\01\84\80"
  "\80\80\00\00\08\00\0b"
)
(register "test")
:
:

from wabt.

aheejin avatar aheejin commented on June 27, 2024

@sbc100

I wonder how hard it would be to add wabt support for the latest exception handling changes? @aheejin ?

Not sure, because I'm not very familiar with the wabt internals myself. I reviewed some of the current EH implementation in wabt many years ago but I have to re-familiarize myself with it. I don't think it will be more difficult than the efforts put into the current implementation, but I don't think it will be trivial either. At the moment this is not on my priority to-do list unless something else pops up that requires it.

from wabt.

yamt avatar yamt commented on June 27, 2024

i ended up with writing a horrible hack to convert EH wast.
https://github.com/yamt/wasm-spec-test/blob/master/conv-eh.sh

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.