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
Using the latest bits of all the dependencies as of this post's date, referencing an assembly which contains a "." (dot) in its name fails with the following message in Chrome (and fails silently in Edge):
Uncaught (in promise) LinkError: WebAssembly Instantiation: Import #197 module="env" function="mono_aot_module_test.test_info" error: global import must be a number
at <anonymous>
Promise.then (async)
(anonymous) @ index.js:215
Using the latest bits of all the dependencies as of this post's date, referencing an assembly which contains a "." (dot) in its name fails with the following message in Chrome (and fails silently in Edge):
See this branch for reference: jeromelaban@a5c4175
An assembly name without a dot works properly.
The text was updated successfully, but these errors were encountered: