Description
Feature Description
when calling wasm-pack build
a user can optionally pass --no-pack
and wasm-pack will build your wasm, generate js, and not build a package.json
Example
wasm-pack build --target no-modules --no-pack
Outstanding Questions
- Mode? should we stick this in as a mode? or should it be toplevel? docs for mode:
https://rustwasm.github.io/docs/wasm-pack/commands/build.html#mode - the default outdir is called
pkg
.. i'd... probably keep this the default for--no-pack
but it will certainly be Weird