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

Fix direct imports in --target web #1503

Merged
merged 1 commit into from
May 1, 2019

Commits on May 1, 2019

  1. Fix direct imports in --target web

    Currently the import object constructed for the `--target web` output
    only ever includes the current module as an one of the modules included.
    With `wasm-bindgen`'s optimization to import directly from modules,
    however, it's possible to have more modules imported from in the
    generated wasm file. This commit ensures that the imports are hooked up
    in the `--target web` es6 emulation mode, ensuring there aren't
    extraneous errors about import objects.
    alexcrichton committed May 1, 2019
    Configuration menu
    Copy the full SHA
    22eb34d View commit details
    Browse the repository at this point in the history