Replies: 1 comment
-
You don't have to... Since this was such a pain point for users I switched to a "self extracting" wasm paradigm:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using
@hpcc-js/wasm
to generate DOT layouts in my React application. As for V1 i usedwasmFolder()
with custom URL to load wasm file, but there is not such function in V2, i have toawait Graphviz.load()
withour specifying URL.What is preferred way to self-host wasm files in V2?
Beta Was this translation helpful? Give feedback.
All reactions