summaryrefslogtreecommitdiff
path: root/src/lib.rs
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 /src/lib.rs
parent37f10a9b36eb79555f9eba74b7fc262f9bb7c9fe (diff)
Renamed wasm interface file to reflect that it isn't just emscripten anymore
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 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;