typescript-wasm-bindgen 0.1.1

Parse typescript file and generates wasm-bindgen javascript import on the fly
{
  "author": "Inseok Lee <dlunch@gmail.com>",
  "name": "simple",
  "version": "0.1.0",
  "scripts": {
    "build": "webpack --config webpack.config.ts"
  },
  "devDependencies": {
    "@types/node": "^14.14.6",
    "@types/webpack": "^4.41.24",
    "@wasm-tool/wasm-pack-plugin": "^1.3.1",
    "html-entry-loader": "git+https://github.com/dlunch/html-entry-loader.git",
    "ts-loader": "^8.0.7",
    "ts-node": "^9.0.0",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "^4.0.5",
    "wasm-pack": "^0.9.1",
    "webpack": "^5.3.1",
    "webpack-cli": "^4.1.0"
  }
}