mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 07:51:26 +00:00
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 #1040