Add prototype of wasm-bindgen-typescript

This commit is contained in:
Santiago Pastorino
2018-06-04 16:44:47 -03:00
parent a02f9e0eed
commit fa8961e56a
11 changed files with 332 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# TypeScript file
Copy your TypeScript file over the one in `ts/index.d.ts`
# Run
```
$ npm install -g @microsoft/api-extractor
$ cargo run
```