现在我在uniapp编写APP来运行webAssembly,在安卓上运行没有问题,可是到了IOS系统上却提示“Can't find variable: WebAssembly”,也就是说找不到WebAssembly模块定义,但是我使用的IOS版本是16.00+的,比较新了,是不是我哪里设置问题?可是我使用HBuilderX调试进去,WebAssembly 却没这个问题, 并且在我调试的真机 Safari 中访问 WebAssembly 测试页结果如下:“Wasm feature detect — npm.im/wasm-feature-detect
Your browser supports:
✔️ bigInt
✔️ bulkMemory
✔️ exceptions
❌ exceptionsFinal
❌ extendedConst
❌ gc
❌ jsStringBuiltins
❌ jspi
❌ memory64
❌ multiMemory
✔️ multiValue
✔️ mutableGlobals
✔️ referenceTypes
❌ relaxedSimd
✔️ saturatedFloatToInt
✔️ signExtensions
✔️ simd
✔️ streamingCompilation
❌ tailCall
❌ threads
❌ typeReflection
❌ typedFunctionReferences
0 个回复