DEV Community

Discussion on: WebAssembly + Rust + TypeScript project setup

Collapse
 
piperunner profile image
Pipe Runner

If you go through the trouble of adding webpack then why wouldn't you use the wasm-pack-plugin? In the approach that you have mentioned, you will have to compile your code manually everytime you make changes in your rust code. I mean no disrespect but the steps I am mentioning are mentioned in the wasm-pack document itself. Hope this answers your question. :)

Thread Thread
 
rileyseaburg profile image
Riley Seaburg

There are better ways to provide improvement suggestions on such an edge case.