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: initial WASM support #4562

Merged
merged 16 commits into from
Apr 25, 2023
Merged

Conversation

jackgerrits
Copy link
Member

@jackgerrits jackgerrits commented Apr 10, 2023

  • Properly compile out daemon mode with a compile feature
  • Modernize the exposed API with the learnings of py-vowpal-wabbit-next API
  • Consider compiling out search for additional size improvements
  • Revisit illegal args
  • Fix out of bounds in test
  • Typescript package wrapping these bindings
  • think about example format for embeddings

@@ -0,0 +1,46 @@
# VW - WASM

This module is currently very experimental. It is not currently built standalone and still requires the glue JS to function. Ideally it will be standalone WASM module eventually.
Copy link
Collaborator

Choose a reason for hiding this comment

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

build the wasm blob standalone

@olgavrou olgavrou merged commit 71d3d41 into VowpalWabbit:master Apr 25, 2023
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