急!引入wasm后,提示opcode错误,怎么解决?
真机调试ipad,在worker中引入wasm ,提示如下错误。不使用worker的话,一切正常。在电脑开发环境也正常。 sing.js:57 failed to asynchronously prepare wasm: CompileError: WebAssembly.Module doesn't parse at byte 499: invalid opcode 193, in function at index 188
global @ sing.js:57
sing.js:57 Aborted(CompileError: WebAssembly.Module doesn't parse at byte 499: invalid opcode 193, in function at index 188)
global @ sing.js:57
编译wasm时,需要什么特殊的参数吗? 由于关联本地开发环境,无法提供代码