On Fri, 12 Aug 2022 at 17:29, Tam Hanna <tamhan@...> wrote:
It basically becomes a big tedious mess. I would like a web page that does those calculations for the 4284A and 4285A. Keysaid said they would consider having a spreadsheet for the newer meter. If they did that, I could probably hack it for my older meters. I thought Javascript would be the way to create a webpage, although I admit my knowledge of web design does not extend beyond HTML and a bit of CSS. You mentioned not to use that, but use WebAssembly According to Wikipedia at least in the limitations section, the first item mentioned is "
In general, WebAssembly does not allow direct interaction with the . All interaction must flow through JavaScript interop." So it seems I would need JavaScript anyway. I might as well do the rest in JavaScript, as I don't think the problem is sufficiently complicated that I would really warrant using a lange and toolset I dont know. Dave |