mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-18 23:41:45 +03:00
4ddd93d75d
* add char support * add char test * remove __wbindgen_char fns * re-order travis script * update serve script * remove binds to unused char functions * add more wide character items to chars list * remove unused code * add char to readme * remove built file
11 lines
174 B
JSON
11 lines
174 B
JSON
{
|
|
"scripts": {
|
|
"serve": "webpack-dev-server"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.8.3",
|
|
"webpack-cli": "^2.1.3",
|
|
"webpack-dev-server": "^3.1.4"
|
|
}
|
|
}
|