Skip to content

Commit 9b1305f

Browse files
committedDec 2, 2021
Address review comments.
1 parent 6889c0f commit 9b1305f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
This requires `wasm-multi-value-reverse-polyfill` to be in your path when targeting js:
6+
7+
```sh
8+
cargo install --git https://github.com/vmx/wasm-multi-value-reverse-polyfill --locked
9+
```
10+
511
## Supported languages
612

713
- dart

0 commit comments

Comments
 (0)
Please sign in to comment.