Skip to content

Commit c340a71

Browse files
authored
feat(wasm): Fix cargo runtime on Wasm platforms (#5220)
When file was [moved](2a14077) it looks like an update was missed, since wasm is not in the CI yet. Signed-off-by: Daniel Salinas
1 parent cc974dd commit c340a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/matrix-sdk-ffi/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mod sys {
3939
mod sys {
4040
use std::future::Future;
4141

42-
use crate::executor::{spawn, JoinHandle};
42+
use matrix_sdk_common::executor::{spawn, JoinHandle};
4343

4444
/// A dummy guard that does nothing when dropped.
4545
/// This is used for the Wasm implementation to match

0 commit comments

Comments
 (0)