Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-with-rust

Rust

$cargo new --lib sample
$cd sample
$cargo build --release

File Cargo.toml ทำการเพิ่มให้สร้่างไฟล์นามสกุล dylib

...

[lib]
crate-type=["dylib"]

...

Node.js

node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages