Skip to content

Commit

Permalink
重要代码升级更新,包括:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stuartZhang committed Dec 9, 2023
1 parent fd476dc commit fe29043
Show file tree
Hide file tree
Showing 12 changed files with 2,286 additions and 178 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"rust-analyzer.runnables.command": "build.cmd",
"rust-analyzer.cargo.features": [
"nodejs"
Expand Down
Loading

0 comments on commit fe29043

Please sign in to comment.