test project for testing chrome memory usage for wasm-pack created files
If we generate the wasm related js files with wasm-pack directly, no memory leak happens.
- wasm-pack build --target web
But if we generate the files using webpack config file, there is a memory growth visible.
- webpack --config webpack.config.cjs