ffi-gen 0.1.2

Call rust from any language.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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:

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

## Supported languages

- dart
- js

## License
Apache-2.0 OR MIT