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
@deepkolos We currently generate a WX specific file for tfjs-backend-wasm, I think your transform code can be added to that part of the rollup configuration. Do you want to submit a PR for the fix? Thanks!
System information
WebAssembly has changed to WXWebAssembly after WeChat 8.0
https://developers.weixin.qq.com/community/develop/doc/000e2c019f8a003d5dfbb54c251c00?jumpto=comment&commentid=000eac66934960576d0cb1a7256c
my approch to fix this is replace some code in build time, using
tfjs-backend-wasm/dist/index.js
as entryhttps://github.com/deepkolos/wxmp-tensorflow/blob/main/rollup.config.js#L30
but this is a temporary solution, hope it can be fix in better way inside the
@tensorflow/tfjs-backend-wasm
package. thanksThe text was updated successfully, but these errors were encountered: