You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the only way to build the crate is to run wasm-pack init, but it also initialize the project.
Webpack plugin/loader would enable watching the code and rebuilding it if needed (probably incrementally?) in development. That's why I would suggest adding such a command.
An alternative would be to wrap wasm-pack in another project, consuming the API to expose the features I need (I just need to learn Rust first). What do you think?
EDIT:
How cool would it be to write the loader/plugin using wasm-bindgen?
The text was updated successfully, but these errors were encountered:
Hi 👋
It seems that the only way to build the crate is to run
wasm-pack init
, but it also initialize the project.Webpack plugin/loader would enable watching the code and rebuilding it if needed (probably incrementally?) in development. That's why I would suggest adding such a command.
An alternative would be to wrap
wasm-pack
in another project, consuming the API to expose the features I need (I just need to learn Rust first). What do you think?EDIT:
How cool would it be to write the loader/plugin using
wasm-bindgen
?The text was updated successfully, but these errors were encountered: