Commit be2d039
committed
fix depenendencies for the wasm bindings
wasm methods use futures-executor which was missing from the
dependencies so far.
Additionally as wasm isn't Send we need to tell uniffi about that when
compiling for wasm.
Signed-off-by: MTRNord <[email protected]>1 parent 518f098 commit be2d039
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments