I try to use webassembly in my extension, everything works fine, i injected the wasm file in my content script, i see what i print in wasm, but when i try to call a function from my wasm file i see this error " [Extension works Chrome on but doesn’t work on firefox due to [Object] or [Array] XrayWrapper". Any idea?
seems that my wasm file do that, i just finish all my ideas . I used cloneInfo, exportFunction but the same think, if i inject wasm file in background file, works perfectly.
Is someone that try to use wasm in a content script ?