0.1.0-1-alpha.2-fix.2
This commit is contained in:
13
crates/apps/game-reflex-poc-wasm/src/lib.rs
Normal file
13
crates/apps/game-reflex-poc-wasm/src/lib.rs
Normal file
@@ -0,0 +1,13 @@
|
||||
// file: crates/apps/game-reflex-poc-wasm/src/lib.rs
|
||||
// version: 1
|
||||
|
||||
//! WebAssembly adapter facade for the Reflex POC.
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(unreachable_pub)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
mod runtime;
|
||||
|
||||
/// Re-export of the Reflex WebAssembly runtime adapter.
|
||||
pub use self::runtime::ReflexWasmGame;
|
||||
Reference in New Issue
Block a user