File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.1] - 2026-07-06
4+
5+ This release fixes a regression in package size that had drastic implications,
6+ reducing the NPM package size of ` jco-transpile ` ** from ~ 200MB to 2.1MB** , due to
7+ debug builds being packaged over release builds. Tests have been added to avoid
8+ this sort of regression in the future.
9+
10+ Thanks to @GamePad64 for catching this regression.
11+
12+ ### 🐛 Bug Fixes
13+
14+ - _ (transpile)_ don't rebuild jco in debug during the vendor step by @GamePad64 in #1732
15+
316## [ 0.4.0] - 2026-07-06
417
518### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @bytecodealliance/jco-transpile" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " WebAssembly Component transpilation functionality for Jco" ,
55 "keywords" : [
66 " Component" ,
You can’t perform that action at this time.
0 commit comments