This commit is contained in:
ekibun
2021-01-27 16:52:08 +08:00
parent 01ea420bd7
commit 0de94f12e2
12 changed files with 302 additions and 149 deletions

View File

@@ -6,6 +6,12 @@
* @LastEditTime: 2020-12-02 11:36:40
-->
## 0.3.3
* remove `JSInvokable.call`.
* fix crash when throw error.
* add reference count and leak detection.
## 0.3.2
* fix Promise reject cannot get Exception string.