WASM Backend and Bindings#101
Conversation
claytonwramsey
left a comment
There was a problem hiding this comment.
main thing to do is also get CI coverage so that we don't inevitably break this in the future! otherwise LGTM
There was a problem hiding this comment.
should blender edits be a separate pr?
There was a problem hiding this comment.
Was necessary for three.js visualization, but I can remove and PR separately.
|
looks like some issues with Python dependency specification when building on my end: Looks like it's caused by |
|
I'll update the README with the Python bindings off. |
Adds a WASM target and bindings for VAMP, enabling use through Javascript in browser applications. Because of this, I also reorganized the architecture specific backends into an
isa/folder, and the bindings into separatepython/andwasm/folders.