summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2018-02-03Renamed wasm interface file to reflect that it isn't just emscripten anymoreJustin Worthe
2017-12-28Updated WASM build to use the new wasm32-unknown-unknown targetJustin Worthe
2017-12-26Refactored to use more extensive typingJustin Worthe
2017-12-26Moved overall model updating logic out of the GUI layerJustin Worthe
2017-10-15Moved emscripten APIs to their own module and added stubs for other methodsJustin Worthe
2017-09-10Added compile flags to disable anything that shouldn't end in a wasm buildJustin Worthe
2017-01-12Started refactoring gui creation to include drawing areaJustin Worthe
2016-10-23Changed gui to use xmlJustin Worthe
2016-09-25GUI, lists PA devices, backend can watch audio streamJustin Worthe