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

Add sketch of WASM integration #384

Merged
merged 11 commits into from
Jan 11, 2024
Merged

Add sketch of WASM integration #384

merged 11 commits into from
Jan 11, 2024

Conversation

adamnovak
Copy link
Member

This pulls in a dependency on an NPM module with the WASM blobs for doing API requests locally, and also adds a skeleton of an API implementation and the beginning of tests for it.

I still can't actually load the WASM blob; I think I am going to need to swap out some code between running on Jest and building with Webpack somehow, to get the bytes.

@adamnovak
Copy link
Member Author

In addition to the WASM stuff that doesn't actually work yet, this has a fix for the upload and websocket parts of the API refactor in #377.

@adamnovak
Copy link
Member Author

I got the WASM stuff to load and execute something in the browser. It still doesn't actually implement the API but I think we can fill that in piece by piece.

@adamnovak adamnovak merged commit 72ab884 into master Jan 11, 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.

1 participant