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

SK-243 Connected the vodozemac library #129

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

Oleksandr1414
Copy link
Collaborator

@Oleksandr1414 Oleksandr1414 commented Aug 14, 2024

To run with encryption capability

  • Go to matrix-org/vodozemac-bindings and run the following command wasm-pack build --target web --dev
  • Move the generated files from the pkg folder to the vendors/vodozemac folder in the project
  • Declare the folder in package.json as a built-in library: "vodozemac-javascript": "file:vendors/vodozemac"
  • Import everything from the library, call it to initialize it in the project, and now you can use it anywhere in the project

README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@IgorKhomenko IgorKhomenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved with a comment

@Oleksandr1414 Oleksandr1414 merged commit 263414b into encryption Aug 15, 2024
@Oleksandr1414 Oleksandr1414 deleted the SK-243-device-registration branch August 15, 2024 07:57
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.

2 participants