This website requires JavaScript.
Explore
Help
Sign in
char
/
matrix-rust-sdk
Watch
1
Star
0
Fork
You've already forked matrix-rust-sdk
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
b8a9e05ebb
matrix-rust-sdk
/
matrix_sdk
/
examples
/
wasm_command_bot
/
index.js
8 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
matrix-sdk: Support compiling to wasm32-unknown-unknown
2020-05-08 14:12:21 +00:00
const
rust
=
import
(
'./pkg'
)
;
rust
.
then
(
m
=>
{
return
m
.
run
(
)
}
)
matrix-sdk: Add missing newlines at the end of some files.
2020-05-12 12:55:44 +00:00
.
catch
(
console
.
error
)
;
Reference in a new issue
Copy permalink