Expand description
Data types, functions and traits for sys
runtime’s Store
implementation.
Re-exports§
pub use obj::*;
Modules§
- obj 🔒
Structs§
- A WebAssembly
store
in thesys
runtime. - Handle to an object managed by a context.
- Set of objects managed by a context.
Traits§
- The custom trait to access to all the
sys
functions in the Store.