Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: How to Code modules for v8 in Rust #163

Open
frank-dspeed opened this issue May 7, 2021 · 0 comments
Open

Documentation: How to Code modules for v8 in Rust #163

frank-dspeed opened this issue May 7, 2021 · 0 comments

Comments

@frank-dspeed
Copy link
Member

frank-dspeed commented May 7, 2021

How to Code modules for v8 in Rust

CPP Modules

https://hsivonen.fi/modern-cpp-in-rust/ < Amazing Rust C++ Article
you can use the ffi example in this repo to call rust with zero overhead.

WAS Modules

we can use the nativ WASM implementation of v8 so we can use websys and other nice integrations.

@frank-dspeed frank-dspeed changed the title Documentation: Amazing Rust C++ Article Documentation: How to Code modules for v8 in Rust May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant