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

Add no-modules-global support #860

Closed
wants to merge 2 commits into from
Closed

Add no-modules-global support #860

wants to merge 2 commits into from

Conversation

jcdickinson
Copy link

This small change adds no-modules-global support, which is a CLI arg that wasm-bindgen already supports. This simply changes the name of the generated global. Closes #729

  • You have the latest version of rustfmt installed
$ rustup component add rustfmt
  • You ran cargo fmt on the code base before submitting
  • You reference which issue is being closed in the PR text

Jonathan Dickinson added 2 commits June 14, 2020 12:23
Accept `no-modules-global` from CLI and pass it to wasm-bindgen.

Closes #729
@jcdickinson jcdickinson closed this Jul 7, 2021
@fosskers
Copy link

Why was this closed? I'm finding myself needing this.

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

Successfully merging this pull request may close these issues.

Allow passing --no-modules-global to wasm-bindgen
2 participants