-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
WASM build and support for browsers #734
Comments
Welcome to BrainFlow project and thanks for your contribution! We will try to fix your issue ASAP. Make sure that you have read about issue format in the docs. |
I think, I built it for web assembly before. Signal processing part and synthetic board worked fine, but all IO boards were broken. None of the actual boards worked for me from the box and I even not sure that its possible. |
@mpbb @Andrey1994 We have designed a web platform called Chords for visualizing bio-potential signals and now we want some library to process the data we are getting from devices connected via webserial or websockets. If we can get brainflow web-assembly filtering support working for chords it would be pretty good. |
DataFilter part should work, I dont remember how I built it, but more likely smth like this https://peterdn.com/post/2020/12/31/building-c-and-cpp-libraries-for-webassembly/ Its a normal Cmake project, so should be straightforward |
closing as non planned, it should be possible to build it for webassembly but its probably not one of the builds we are going to create ourselves. If there are any issues with it feel free to create new ones |
The existence of WebUSB and Web Serial make in browser data collection a viable platform for brainflow.
Can we explore compiling to wasm and perhaps packaging for web?
The text was updated successfully, but these errors were encountered: