Eliminate wasm-pack from build system #74
Labels
Good First Issue
Good for newcomers
Help Wanted
Extra attention is needed
Infrastructure
Build systems and CI
We are using
wasm-pack
andwasm-pack-plugin
as dev dependencies. But we really should only needwasm-bindgen
. The fewer dependencies, the better— especially becausewasm-pack
is apparently unmaintained and has a high-severity security vulnerability from a sub-dependency and upgrading to the patched dependency version has gone unfixed for nearly half a year. We do not need all the features ofwasm-pack
, it simply rolls together the separate parts of our Vue (through webpack) andwasm-bindgen
build process. Let's fix the security problem and work towards removing non-vital dependencies.The text was updated successfully, but these errors were encountered: