ITADN

WASM Demos non-functional

#82ClosedKentbot 创建于 2025-04-08
K
Kentbotcommented
The demos on the demo site for this repository don't work in either Chrome (Version 135.0.7049.42) or Firefox (Version 137.0 (64-bit)). Here's example console logs for the primitive_3d example: In Chrome: ``` primitive_3d.js:1981 Uncaught (in promise) RangeError: WebAssembly.Table.grow(): failed to grow table by 4 at imports.wbg.__wbindgen_init_externref_table (primitive_3d.js:1981:30) at primitive_3d_bg.wasm:0x169d8f6 at __wbg_finalize_init (primitive_3d.js:2053:10) at __wbg_init (primitive_3d.js:2107:12) ``` In Firefox: ``` Uncaught (in promise) RangeError: failed to grow table __wbindgen_init_externref_table https://vleue.github.io/vleue_navigator/primitive_3d.js:1981 __wbg_finalize_init https://vleue.github.io/vleue_navigator/primitive_3d.js:2053 __wbg_init https://vleue.github.io/vleue_navigator/primitive_3d.js:2107 ``` I've checked all of the examples in Chrome and they all have the same error message
关闭于 2025-04-09 2 条评论