diff options
-rw-r--r-- | age-wasm/.gitignore (renamed from .gitignore) | 0 | ||||
-rw-r--r-- | age-wasm/Cargo-wasm-bindgen.lock (renamed from Cargo-wasm-bindgen.lock) | 0 | ||||
-rw-r--r-- | age-wasm/Cargo.lock (renamed from Cargo.lock) | 0 | ||||
-rw-r--r-- | age-wasm/Cargo.toml (renamed from Cargo.toml) | 0 | ||||
-rw-r--r-- | age-wasm/Readme.org (renamed from Readme.org) | 0 | ||||
-rw-r--r-- | age-wasm/src/lib.rs (renamed from src/lib.rs) | 4 | ||||
-rw-r--r-- | age-wasm/src/utils.rs (renamed from src/utils.rs) | 0 | ||||
-rw-r--r-- | age-wasm/tests/web.rs (renamed from tests/web.rs) | 0 |
8 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/age-wasm/.gitignore index 1711838..1711838 100644 --- a/.gitignore +++ b/age-wasm/.gitignore diff --git a/Cargo-wasm-bindgen.lock b/age-wasm/Cargo-wasm-bindgen.lock index 0a66aec..0a66aec 100644 --- a/Cargo-wasm-bindgen.lock +++ b/age-wasm/Cargo-wasm-bindgen.lock diff --git a/Cargo.lock b/age-wasm/Cargo.lock index c459202..c459202 100644 --- a/Cargo.lock +++ b/age-wasm/Cargo.lock diff --git a/Cargo.toml b/age-wasm/Cargo.toml index 2debdd1..2debdd1 100644 --- a/Cargo.toml +++ b/age-wasm/Cargo.toml diff --git a/Readme.org b/age-wasm/Readme.org index b997ea0..b997ea0 100644 --- a/Readme.org +++ b/age-wasm/Readme.org diff --git a/src/lib.rs b/age-wasm/src/lib.rs index 79c0658..0f6fb67 100644 --- a/src/lib.rs +++ b/age-wasm/src/lib.rs @@ -19,10 +19,6 @@ extern "C" { fn alert(s: &str); } -#[wasm_bindgen] -pub fn greet() { - alert("Hello, {{project-name}}!"); -} #[wasm_bindgen] pub fn age_encrypt(plaintext: String, key: String) -> Option<Vec<u8>> { diff --git a/src/utils.rs b/age-wasm/src/utils.rs index b1d7929..b1d7929 100644 --- a/src/utils.rs +++ b/age-wasm/src/utils.rs diff --git a/tests/web.rs b/age-wasm/tests/web.rs index de5c1da..de5c1da 100644 --- a/tests/web.rs +++ b/age-wasm/tests/web.rs |