Skip to content
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

feat: add support for browser environment #231

Merged
merged 6 commits into from
Dec 22, 2024

Conversation

rahulyadav-57
Copy link
Contributor

  • Replace direct file system usage with virtualFileSystem for browser environments.
  • Add souffleEnabled option to toggle souffle in browser environments.

Closes #228

  • I have updated CHANGELOG.md
  • I have added tests to demonstrate the contribution is correctly implemented
  • No test failures were reported when running yarn test-all
  • I did not do unrelated and/or undiscussed refactorings

- Replace direct file system usage with virtualFileSystem for browser environments.
- Add souffleEnabled option to disable souffle in browser environments.
src/vfs/createNodeFileSystem.ts Outdated Show resolved Hide resolved
src/vfs/createNodeFileSystem.ts Show resolved Hide resolved
src/vfs/createVirtualFileSystem.ts Outdated Show resolved Hide resolved
src/vfs/createVirtualFileSystem.ts Outdated Show resolved Hide resolved
src/vfs/virtualFileSystem.ts Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@jubnzv jubnzv merged commit 9b4848a into nowarp:master Dec 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for browser environment
2 participants