mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 23:14:12 +03:00
11 lines
147 B
Markdown
11 lines
147 B
Markdown
|
# TypeScript file
|
||
|
|
||
|
Copy your TypeScript file over the one in `ts/index.d.ts`
|
||
|
|
||
|
# Run
|
||
|
|
||
|
```
|
||
|
$ npm install -g @microsoft/api-extractor
|
||
|
$ cargo run
|
||
|
```
|