You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Exception: chunk:4: ReferenceError: WebAssembly is not defined
ReferenceError: WebAssembly is not defined
at chunk:4:44
at Puerts.JsEnv.Eval (System.String chunk, System.String chunkName) [0x0002b] in ./submodules/puerts_unity_demo/package/Runtime/Src/Default/JsEnv.cs:340
问题重现 | Bug reproduce
Eval any js script that tries to load the wasm module using global V8 WebAssembly API.
The text was updated successfully, but these errors were encountered:
V8's webassembly relies on jit. Jit is not available on some platforms (such as ios), and webassembly is not recommended. Under mac, if the plugin you compile is a debug version, webassembly is also turned off by default.
前置阅读 | Pre-reading
Puer的版本 | Puer Version
2.1.2
Unity的版本 | Unity Version
6000.0.22f
发生在哪个平台 | Platform
Editor(mac)
错误信息 | Error Message
System.Exception: chunk:4: ReferenceError: WebAssembly is not defined
ReferenceError: WebAssembly is not defined
at chunk:4:44
at Puerts.JsEnv.Eval (System.String chunk, System.String chunkName) [0x0002b] in ./submodules/puerts_unity_demo/package/Runtime/Src/Default/JsEnv.cs:340
问题重现 | Bug reproduce
Eval any js script that tries to load the wasm module using global V8 WebAssembly API.
The text was updated successfully, but these errors were encountered: