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
One of my plugin use chrono which depend on wasm-bindgen, when I used js-sdk to load it, I got an error:
data:text/javascript…ya2VyLmpzLm1hcAo=:3 Uncaught (in promise) Error: from module "main": cannot resolve import "__wbindgen_placeholder__" "__wbindgen_describe": not provided by host imports nor linked manifest items
The text was updated successfully, but these errors were encountered:
On Feb 26, 2025 at 9:39 AM -0600, bbking ***@***.***>, wrote:
Closed #113 as completed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
If you fixed could you add your solution for anyone else that ends up here from a search? …
On Feb 26, 2025 at 9:39 AM -0600, bbking @.>, wrote:
Closed #113 as completed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: @.>
I fixed by updating my Cargo.toml:
chrono = { version = "0.4.39", default-features = false, features = ["clock", "std"] }
One of my plugin use chrono which depend on wasm-bindgen, when I used js-sdk to load it, I got an error:
The text was updated successfully, but these errors were encountered: