Skip to content

Commit

Permalink
[examples] no_modules - port to rust 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
LachezarLechev committed Dec 12, 2018
1 parent dd82cd4 commit e1d11fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions examples/no_modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "no_modules"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"

[lib]
crate-type = ["cdylib"]
Expand Down
3 changes: 0 additions & 3 deletions examples/no_modules/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
extern crate wasm_bindgen;
extern crate web_sys;

use wasm_bindgen::prelude::*;

// Called by our JS entry point to run the example
Expand Down

0 comments on commit e1d11fd

Please sign in to comment.