-
🤕 Fixes
-
fix
fileskey value for projects build fornodejstarget - ashleygwilliams, issue/199 pull/205We became aware that the
fileskey inpackage.jsondid not include the additional_bg.jsfile thatwasm-bindgengenerates for projects being built for thenodejstarget. This resulted in the file not being included in the published package and resulted in aModule Not Founderror for folks.This was a group effort from mciantyre with pull/200 and Brooooooklyn with pull/197. Thank you so much for your diligence and patience while we sorted through it.
-
-
🛠️ Maintenance
-
clean up
quicliremnants - SoryRawyer, pull/193In v0.3.0 we removed the
quiclidependency, however there were a few remnants left behind. They are now removed!
-
-
📖 Documentation
-
DOCUMENT EVERYTHING!! and deny missing docs for all future development - fitzgen, pull/208
The
wasm-packteam has worked hard on tutorial documentation and keeping the codebase as self-explanatory as possible, but we have been slowly accruing a documentation debt. This amazing PR, landed just moments before this point release and was just too good not to include. Thank you so much, fitzgen! -
fix README code example - steveklabnik, pull/195
The code example in our
README.mdwas missing a criticalpub. It's there now! -
fix README markup - Hywan, pull/202
There was an errant
`- it's gone now!
-