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

Removing wasm generation code and moving to other repo #330

Merged
merged 4 commits into from
Mar 29, 2023
Merged

Conversation

nitro-neal
Copy link
Contributor

Wasm generation code now goes into here
https://github.com/TBD54566975/ssi-sdk-wasm

ssi-sdk-wasm is a library that provides a WebAssembly (WASM) implementation for Self-Sovereign Identity (SSI) SDK. It enables SSI functionality in the browser and other JavaScript environments by compiling the SDK to a WASM file. This repository is responsible for building the main.wasm file and making it available as an npm package.

Build
npm install
npm run build
This will produce create the wasm file from the generation code in the wasm directory the following output files:

dist/index.js: Bundled JavaScript file
dist/main.wasm: Compiled WASM file
The build script also copies the main.wasm file to the examples/react/public/ directory.

@decentralgabe
Copy link
Member

@nitro-neal can you add a section to the README on wasm that links to the other repo?

@nitro-neal nitro-neal merged commit 8cf833b into main Mar 29, 2023
@nitro-neal nitro-neal deleted the remove-wasm branch March 29, 2023 17:24
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.

None yet

3 participants