This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
cadey
/
XeOS
Watch
2
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
wasm: heck u rust
master
Cadey Ratio
9 months ago
parent
3caff31fac
commit
b8f9a4e531
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/wasm/mod.rs
+ 1
- 1
src/wasm/mod.rs
View File
@ -35,7 +35,7 @@ pub async fn run() {
fn
test_wasm
(
)
{
serial_print
!
(
"running h example... "
)
;
run
(
)
;
let
_
=
run
(
)
;
serial_println
!
(
"[ok]"
)
;
}
Write
Preview
Loading…
Cancel
Save