Export math functions to Wasm components

This commit is contained in:
udo
2026-07-17 14:52:34 +00:00
parent 88c637f5a4
commit da04af1cbf
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -149,6 +149,7 @@ StringList cli_demo_error_markers()
markers.push_back(String("uce compile ") + "error");
markers.push_back(String("fatal signal during ") + "request");
markers.push_back(String("uncaught exception during ") + "request");
markers.push_back("component not found");
return(markers);
}