Michelle Thalakottur

Results 3 issues of Michelle Thalakottur

Hello! Does aWsm translate binaries whose tables are exported? I keep getting the following error when I try to compile binaries that export their libraries. ``` thread 'main' panicked at...

Hi! It seems that you've used emscripten to compile OpenCV.js to wasm. Is that right? Could you please tell me the version of emcc that you used for this (if...

Hello! When you run metadce on the following wasm code: ``` (module (import "host" "element_offset" (global $element_offset i32)) (func $main (export "main") nop) (table $table 1 funcref) (elem $table (global.get...