I wanted to test it, so compiled it in Emscripten and loaded it in UDT. It certainly does not crash on 2024 and does crash on 2025, but I am not sure if that is due to my inadequacies or Photoshop.
Because I am restoring the index.html myself by imagining the structure based on the contents of index.js, and generating the TestPlugin.wasm with Apple Silicon's mac.
Can you please attach index.html?
Do you have an image of what the plugin looks like when it loads correctly?
Is the TestPlugin.js expected to be available in Apple Silicon with what you have attached? Or should I use the one that Emscripten generates when it is compiled?
As far as I have tried, this is how it works.
2024:
The panel is displayed. When I press the button, it tries to load the wasm, but eventually fails with 'Aborted(Assertion failed: exported native function `malloc` not found)'
2025:
The panel is displayed. Photoshop crashes when I press the button.
... View more