diff --git a/examples/todomvc/build.sh b/examples/todomvc/build.sh index 018ae71c..055784b2 100755 --- a/examples/todomvc/build.sh +++ b/examples/todomvc/build.sh @@ -3,10 +3,8 @@ # For more comments about what's going on here, see the `hello_world` example set -ex -cd "$(dirname $0)" cargo build --target wasm32-unknown-unknown - cargo run --manifest-path ../../crates/cli/Cargo.toml \ --bin wasm-bindgen -- \ ../../target/wasm32-unknown-unknown/debug/todomvc.wasm --out-dir . diff --git a/examples/todomvc/index.html b/examples/todomvc/index.html index a5ac7ca1..302a28da 100644 --- a/examples/todomvc/index.html +++ b/examples/todomvc/index.html @@ -37,6 +37,5 @@
Written by Jonathan Kingston
Part of TodoMVC
-