mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-03 05:33:36 +03:00
19d6cf1488
* backend comments complete * better matching * gen comments * Add example * Move test bindings gen to own fn * move build step into build fn * add fn to read js, refactor gen_bindings/test to allow for this * Add comments test * Update readmes * add comments to travis * fix broken tests * +x on build.sh * fix wbg cmd in build.sh * Address fitzgen's comments
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"scripts": {
|
|
"serve": "webpack-dev-server"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.8.1",
|
|
"webpack-cli": "^2.0.10",
|
|
"webpack-dev-server": "^3.1.0"
|
|
}
|
|
}
|