nightshade 0.8.0

A cross-platform data-oriented game engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod async_results;
mod commands;
mod core;
mod entity_mapping;
mod events;
mod memory;

pub use self::core::{PluginRuntime, PluginRuntimeConfig};
pub use events::{PluginInstance, PluginState};
pub use memory::read_plugin_memory;

pub use wasmtime::{Caller, Engine, Linker};