typescript-wasm-bindgen 0.1.1

Parse typescript file and generates wasm-bindgen javascript import on the fly
1
2
3
4
5
6
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "module": "esnext"
  }
}