Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(analyze): Compile WebAssembly upon module load (#2727)
This change will pre-compile the Wasm files for long-running process when the analyze-wasm module is loaded. By keeping the Promise results of the compilation as variables at the top of the module, we no longer need a module cache map.
- Loading branch information