Web assembly?
#2779
Replies: 2 comments 10 replies
|
@Quafadas We do support compiling to WebAssembly, but we are not currently shipping WebAssembly binaries. What is your use case and what BLAS functionality do you need? |
0 replies
|
It’s a curiosity now that anything else . I have an application which does some basic linear algebra (arrays only) and I was thinking about converting to wasm to see if there was a runtime benefit. As things stand I think I have only level 1 functions in use. I wouldn’t want to absorb a lot of time. Is that enough of a picture or should I provide more detail? |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Are any parts of the library compiled to web assembly? I was thinking in particular of the blas module…
I could find no reference in the docs, so I’m just checking I’m not missing a trick here…
All reactions