-
Beta Was this translation helpful? Give feedback.
Answered by
mbostock
Aug 1, 2025
Replies: 1 comment 1 reply
-
You need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mbostock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to use
FileAttachment("./data/coolprop.wasm").href
to resolve the path to thecoolprop.wasm
after the site is built. I’m not sure how to tell coolprop.js where to find the coolprop.wasm file, but it won’t work if assumes that the file is calledcoolprop.wasm
(because when assets are built into the static site, content hashes are applied for better caching).