Skip to content

Commit 7e70829

Browse files
committed
stdweb fix
1 parent 7807932 commit 7e70829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasm32_stdweb.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
//! Implementation for WASM via stdweb
1010
extern crate std;
11+
#[macro_use] extern crate stdweb;
1112

1213
use core::cell::RefCell;
1314
use core::mem;

0 commit comments

Comments
 (0)