-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WasmFS: Fix FS.cwd() usage without FORCE_FILESYSTEM (#19616)
The linking of FS.cwd is pretty awkward, unfortunately, but without adding too much more complexity this PR makes it work in another case, when FORCE_FILESYSTEM is not set. I am hoping this is the end of the complexity here. See more details in the big comment. The enabled test is an example of a case that failed before. This PR also allows us to remove the ugly INCLUDE_FULL_LIBRARY hack in this code.
- Loading branch information
Showing
2 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters