-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework the public api and implement a bunch of missing methods #73
Commits on Apr 8, 2024
-
Use Map instead of Object in Directory
This avoids issues when the wasm module uses names conflicting with builtin javascript properties.
Configuration menu - View commit details
-
Copy full SHA for 7fa93ee - Browse repository at this point
Copy the full SHA 7fa93eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ed8c7 - Browse repository at this point
Copy the full SHA 69ed8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1424b5b - Browse repository at this point
Copy the full SHA 1424b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f6f185 - Browse repository at this point
Copy the full SHA 0f6f185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f5fa5 - Browse repository at this point
Copy the full SHA 61f5fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc728d - Browse repository at this point
Copy the full SHA cfc728dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8cb33 - Browse repository at this point
Copy the full SHA 0d8cb33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f565cfc - Browse repository at this point
Copy the full SHA f565cfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb9dfc - Browse repository at this point
Copy the full SHA cdb9dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e35e1a - Browse repository at this point
Copy the full SHA 8e35e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f26fa - Browse repository at this point
Copy the full SHA b1f26faView commit details -
Configuration menu - View commit details
-
Copy full SHA for a510ef9 - Browse repository at this point
Copy the full SHA a510ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 647ce67 - Browse repository at this point
Copy the full SHA 647ce67View commit details
Commits on Apr 9, 2024
-
Pass Uint8Array from/to fd_read/fd_write
This way individual Fd implementations don't have to handle vectorized reads/writes and don't need direct access to the wasm linear memory.
Configuration menu - View commit details
-
Copy full SHA for 434f20e - Browse repository at this point
Copy the full SHA 434f20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e03d88a - Browse repository at this point
Copy the full SHA e03d88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d4136 - Browse repository at this point
Copy the full SHA a5d4136View commit details -
Configuration menu - View commit details
-
Copy full SHA for d224e9d - Browse repository at this point
Copy the full SHA d224e9dView commit details -
Remove a couple of methods from Fd
Either their signature will likely change once they are actually implemented in one of the Fd impls or they are not strictly necessary to exist.
Configuration menu - View commit details
-
Copy full SHA for bbdfeee - Browse repository at this point
Copy the full SHA bbdfeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33243db - Browse repository at this point
Copy the full SHA 33243dbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.