Initial work on wasm scripting backend
This commit is contained in:
3
src/script_implementations/mod.rs
Normal file
3
src/script_implementations/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
/// The WASM module handles loading dynamic scripts through WebAssembly.
|
||||
#[cfg(feature = "wasm")]
|
||||
pub mod wasm;
|
||||
Reference in New Issue
Block a user