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

Generate a *.d.ts file for wasm files #1053

Merged
merged 1 commit into from
Nov 27, 2018

Commits on Nov 27, 2018

  1. Generate a *.d.ts file for wasm files

    This generates a `*.d.ts` file for the wasm file that wasm-bindgen emits
    whenever typescript is enable *in addition* to the `*.d.ts` file that
    already exists for the JS shim.
    
    Closes rustwasm#1040
    alexcrichton committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    047c41c View commit details
    Browse the repository at this point in the history