electrobun 0.1.7 → 0.1.8

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.
@@ -885,7 +885,7 @@ const getHTMLForWebviewSync = new JSCallback((webviewId) => {
885
885
 
886
886
  return toCString(webview?.html || '');
887
887
  }, {
888
- args: [FFIType.cstring],
888
+ args: [FFIType.u32],
889
889
  returns: FFIType.cstring,
890
890
  // threadsafe: true
891
891
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electrobun",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Build ultra fast, tiny, and cross-platform desktop apps with Typescript.",
5
5
  "license": "MIT",
6
6
  "author": "Blackboard Technologies Inc.",