Generate wasm #119
Unanswered
kindofwhat
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are you trying to use it with other tools such as https://github.com/rustwasm/wasm-bindgen? You can try to build manually:
Then you can find the Copy that one to your project and load the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to generate the wasm package and use it in the simple web application.
for this
windows.verison
line injs\src\glicol.js
build.sh
inrs\wasm
whichnpm run dev
injs
This lead to following exception in the browser:
With my absolute minimal knowledge about the wasm ecosystem, it looks like there might be some missing wbindgen config, but I am at a loss where this is missing.
Is there another way to build glicol for the web?
Beta Was this translation helpful? Give feedback.
All reactions