Skip to content

【日志·输出】全局回调函数

Latest
Compare
Choose a tag to compare
@stuartZhang stuartZhang released this 09 Dec 14:56
· 3 commits to x64_ia32 since this release

重要代码升级更新,包括:

  1. 支持全局挂载被共享的【日志·输出】回调函数,而不是针对每个被导出的js api分别挂载独立的【日志·输出】回调函数。
  2. 针对不同的编译目标平台(rust abi, c abi 和 nodejs/nwjs),将程序模块化。其中,
    • mod exp_abi_rust -> rust abi
    • mod exp_abi_c -> c abi
    • mod exp_abi_js -> nodejs/nwjs

fe2904307f37c8bbd6a4d552660f7ea32d86dcf7