I have published the build system for compiling GNU Octave into Web Assembly:
https://github.com/rwl/octave-wasm This can be used by developers to create web client/server applications based on MATPOWER. Richard On Tue, 21 Apr 2020 at 17:54, Ray Daniel Zimmerman <[email protected]> wrote: > Nice work, Richard! I have added a link to it from the MATPOWER website ( > https://matpower.org/related-links/). > > Thanks for sharing this, > > Ray > > > On Apr 20, 2020, at 11:26 AM, Richard Lincoln <[email protected]> > wrote: > > Dear MATPOWER users, > > I recently published a progressive web application based on MATPOWER. You > can try it out here: > > https://matpower.app/ > > I was able to compile GNU Octave into WebAssembly, allowing MATPOWER to be > run in the browser with near-native performance. It might be useful to > those teaching Power Engineering as all it requires is a modern web > browser, there are no complex libraries to install and it is not restricted > to any particular OS or CPU architecture. > > Please let me know if you have any questions or comments. > > Yours sincerely, > > Richard Lincoln > > >
