Description
Right now I cannot find any support for wasm (WebAssembly) files, I need to add an external if statement in my spring boot project.
String path = resource.getFile().getPath();
if (path.endsWith(".wasm"))Unknown macro: { servletResponse.setContentType("application/wasm"); }else
Unknown macro: { servletResponse.setContentType(tika.detect(path)); }
It would be nice to add support for this format as well.
Attachments
Issue Links
- links to