Rename /frontend/wasm -> /frontend/wrapper#3927
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on renaming the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request is a large-scale refactoring that renames the /frontend/wasm directory to /frontend/wrapper. This change is reflected across the entire codebase, including build scripts, configuration files, import paths in source code, and documentation. The package name has also been updated from graphite-wasm to graphite-wasm-wrapper.
The changes appear to be thorough and consistent. I have one minor suggestion to improve the clarity of the documentation in frontend/src/README.md regarding the initialization process of the WebAssembly module and the editor wrapper.
Overall, this is a solid refactoring that improves the naming and structure of the frontend components.
Part of #3664