[examples] console_log - port to rust 2018

This commit is contained in:
LachezarLechev
2018-12-11 08:37:53 +01:00
parent 3d2f548ce2
commit 26737a2888
2 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,7 @@
name = "console_log"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]

View File

@ -1,6 +1,3 @@
extern crate wasm_bindgen;
extern crate web_sys;
use wasm_bindgen::prelude::*;
#[wasm_bindgen(start)]