so far the target for wasm-pack is hard coded to web:
However, I wanna build and rollup a library which then another one should should bundle. Thus, I need to set the target to bundler or nodejs.
It would be great if the plugin supports a simple option for that.