summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-02-03 16:41:48 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-02-03 16:41:48 +0200
commit55f6e8ec7daeb3d27d82410962ddeb734b7baee2 (patch)
tree6d7791030b858e929fa4a645949a26198e7c5b4a
parent37f10a9b36eb79555f9eba74b7fc262f9bb7c9fe (diff)
Renamed wasm interface file to reflect that it isn't just emscripten anymore
-rw-r--r--src/lib.rs2
-rw-r--r--src/wasm_api.rs (renamed from src/emscripten_api.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f778f3b..8b8b990 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,5 +16,5 @@ extern crate portaudio;
pub mod audio;
#[cfg(target_arch = "wasm32")]
-pub mod emscripten_api;
+pub mod wasm_api;
diff --git a/src/emscripten_api.rs b/src/wasm_api.rs
index bb4dd45..bb4dd45 100644
--- a/src/emscripten_api.rs
+++ b/src/wasm_api.rs