Skip to content

Commit a4cd116

Browse files
committed
import js macro
1 parent 7e70829 commit a4cd116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasm32_stdweb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

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

1312
use core::cell::RefCell;
1413
use core::mem;
1514
use core::num::NonZeroU32;
1615
use std::thread_local;
1716

17+
use stdweb::js;
1818
use stdweb::unstable::TryInto;
1919
use stdweb::web::error::Error as WebError;
2020

0 commit comments

Comments
 (0)