Week 28 - 2023
The weeknote for 7/10 - 7/16.
Tech
TC39
-
Source phase import has reached Stage 3 this week. It's a very interesting new feature to JavaScript.
The first supposed application is the usage with
.wasm
. We can create bundle with.wasm
included withimport source
statement.