I’m trying to create a Confluence macro plugin and I want to use a library that relies on a .wasm file. When I try to use the macro in Confluence I always get an error that it can’t locate the file. I’ve tried listing it as a resource in the manifest, but still no luck.
Are the types of resources listed here: https://developer.atlassian.com/platform/forge/manifest-reference/resources/ the only ones that are allowed? What if I use it as an external resource, like pointing to a WASM file on a public CDN?
Thanks,
Jackson