mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* feat(napi): tokio multi-thread mode on wasi * tokio_unstable flag * snapshot * ensure runtime * oncelock combine lazylock * noop feature
8 lines
110 B
Rust
8 lines
110 B
Rust
fn main() {
|
|
println!("cargo::rustc-check-cfg=cfg(tokio_unstable)");
|
|
|
|
use napi_build::setup;
|
|
|
|
setup();
|
|
}
|