matrix-rust-sdk/matrix_sdk/examples/wasm_send_message/index.js

7 lines
109 B
JavaScript
Raw Normal View History

const rust = import('./pkg');
rust
.then(m => {
return m.run()
})
.catch(console.error);