You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Make loading from local files be gated behind a feature as well.
The file loading machinery in `std` is also pretty large--it adds about
500 kB (or about 100 kB compressed) of file size. Like with loading external
URLs, this functionality can be unneeded in some applications (such as
with wasm binaries, which typically don't have file system access). Allowing
external file loading to be disabled avoids incurring this overhead.
0 commit comments