build: experimental build with node package

This commit is contained in:
鲁树人
2024-09-03 00:17:54 +01:00
parent d51cfae9c2
commit 3f9d4b5084
24 changed files with 732 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
mod errors;
pub mod exports;
mod utils;
use utils::set_panic_hook;