Web assembly?
#2779
Replies: 2 comments 8 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? |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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…
Beta Was this translation helpful? Give feedback.
All reactions