@grame/faustwasm 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -783,8 +783,8 @@ function __generator(thisArg, body) {
783
783
  if (t[0] & 1)
784
784
  throw t[1];
785
785
  return t[1];
786
- }, trys: [], ops: [] }, f, y, t, g;
787
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
786
+ }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
787
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
788
788
  return this;
789
789
  }), g;
790
790
  function verb(n) {