Add wasm gateway submodule

This commit is contained in:
bitfl0wer 2023-11-15 22:32:31 +01:00
parent d328dcf314
commit 14fa9a929c
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@

2
src/gateway/wasm/mod.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod gateway;
pub use gateway::*;