mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-19 16:01:23 +00:00
Start adding support for classes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
extern crate wasm_bindgen;
|
||||
extern crate wasm_bindgen_cli_support;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate docopt;
|
||||
@ -6,7 +6,7 @@ extern crate docopt;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use docopt::Docopt;
|
||||
use wasm_bindgen::Bindgen;
|
||||
use wasm_bindgen_cli_support::Bindgen;
|
||||
|
||||
const USAGE: &'static str = "
|
||||
Generating JS bindings for a wasm file
|
||||
|
Reference in New Issue
Block a user