Michelle Thalakottur

Results 4 comments of Michelle Thalakottur

You can trigger the same bug with the following code example as well: ``` (module (func $main i32.const 42 drop ) (start $main) ) ```

I load the ```.wat``` file through ```wat2wasm``` using ```wat2wasm foo.wat -o foo.wasm``` and then run ```wasm-metadce --dump -f graph foo.wasm -o foo-dce.wasm```, which still crashes with the example you provided.

I wanted to export my tables. Do you have any workaround or were y'all planning to introduce this in the future? Thanks for the quick response! :)