Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referencing an assembly with a "." (dot) in the name fails #7

Open
jeromelaban opened this issue Feb 1, 2018 · 0 comments
Open

Referencing an assembly with a "." (dot) in the name fails #7

jeromelaban opened this issue Feb 1, 2018 · 0 comments

Comments

@jeromelaban
Copy link

jeromelaban commented Feb 1, 2018

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

See this branch for reference: jeromelaban@a5c4175

An assembly name without a dot works properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant