mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 09:39:34 -04:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
const rust = import('./pkg');
|
|
|
|
rust
|
|
.then(m => {
|
|
return m.run()
|
|
})
|
|
.catch(console.error);
|