Update parser and bindings generation

Update tests
This commit is contained in:
Lea Anthony
2023-11-05 18:02:36 +11:00
parent dbb7c6e7d0
commit 075eb1fa3f
34 changed files with 784 additions and 106 deletions
@@ -13,6 +13,6 @@ window.go.main = {
* @param name {string}
* @returns {Promise<string>}
**/
Greet: function(name) { wails.CallByID(1411160069, ...Array.prototype.slice.call(arguments, 0)); },
Greet: function(name) { return wails.CallByID(1411160069, ...Array.prototype.slice.call(arguments, 0)); },
},
};