Skip to content

acterglobal/ffi-gen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffi-gen

Call rust from any language. Take a look at the example to get you started.

This requires wasm-multi-value-reverse-polyfill to be in your path when targeting js:

cargo install --git https://github.com/vmx/wasm-multi-value-reverse-polyfill --locked

Usage

You need #![feature(vec_into_raw_parts)] enabled on the nightly compilier on your crate, for the API bindings to work.

Supported languages

  • dart
  • js

License

Apache-2.0 OR MIT

About

Call rust from any language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.5%
  • JavaScript 5.3%
  • Other 1.2%