Closed nickbabcock closed 2 years ago
If, for whatever reason, someone had code that looked liked:
const [jomini1, jomini2] = Promise.all([ Jomini.initialize(), Jomini.initialize() ]);
Previously the Wasm would be compiled twice. The fix is to detect if there is compilation in progress.
Size Change: +4 B (0%)
Total Size: 95 kB
dist/es/index.js
compressed-size-action
If, for whatever reason, someone had code that looked liked:
Previously the Wasm would be compiled twice. The fix is to detect if there is compilation in progress.