@remix_labs/machine-starter 2.2593.0-dev → 2.2598.0-dev

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.
package/common.js CHANGED
@@ -120,6 +120,9 @@ async function StartWASM2(hub, config) {
120
120
  "interceptFFI": config.interceptFFI,
121
121
  "interceptDynloadFFI": config.interceptDynloadFFI,
122
122
  "mixcore": config.mixcore,
123
+ "mixrtCode": config.mixrtCode
124
+ // can be: base64-encoded string, Uint8Array, or a URL as string
125
+ // (http, https, data)
123
126
  };
124
127
  worker.postMessage(config_msg, [ channel.port ]);
125
128
  setupLocalFFIs(hub, config, localFFIfuns); // don't await!
@@ -1,2 +1,2 @@
1
- var GROOVEBOX_BUILD = "2820";
1
+ var GROOVEBOX_BUILD = "2825";
2
2
  export { GROOVEBOX_BUILD }