Tomas Brunken

Results 5 issues of Tomas Brunken

JS代码: ```js function a(){ return new Promise((resolve, reject) => { resolve(1234); }) } globalThis.main=a; ``` Java代码: ```java runtime.getExecutor(code).executeVoid(); var obj = runtime.getGlobalObject().invoke("main"); var callback = new AsyncHandler(); try (V8ValuePromise promise...

### What problem does this feature solve? 希望能再合并单元格中再渲染一个表格实例,用于主子表的场景,比如: ![Image](https://github.com/user-attachments/assets/810d8bf4-3aaa-4abd-bd91-9b6c22d2c759) ### What does the proposed API look like? 增加 customRender的 Table Element类型

feature

1、在windows11 64位的操作系统中,编译生成libquickjs-java-wrapper.dll文件; 2、测试时,提示以下错误: ![Image](https://github.com/user-attachments/assets/bd06e8d0-a16d-4d6c-8cdf-99783bdb879d) 3、通过工具分析依赖后,显示系统缺少3个dll,如下所示: ![Image](https://github.com/user-attachments/assets/f126e7b5-f5a1-4224-9c71-9cece83cf3bc) 请问,quickjs-wrapper支持windows吗? 如果支持,该问题是我编译问题,还是系统缺少依赖?

warning: Form: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead. 希望对该警告处理,并升级。