Hi, I’m trying to add standalone WASM from the Sample and since it’s not a guage, I’ve not added it to the panel.cfg. However I can’t figure it out how to add it without adding to a panel. I created a package in “Community” folder and added “modules” subfolder where I placed the standalone.wasm file. Then I also added layout.json where I referenced the .wasm file and manifest.json. However the wasm module is still not getting loaded. What am I missing?
layout.json
{
“content”: [
{
“path”: “modules/standalone.wasm”,
“size”: 31626,
“date”: 132453631615266161
}
]
}