-
0.12.00902b4ad · ·
Version 0.12.0 Changes: * OC-Wasm-related crates will be versioned in lockstep, starting from 0.12.0. This means that equal version numbers should now be compatible with each other. Maintenance: * Bumped `minicbor` dependency to version 0.21. * Bumped `ordered-float` dependency to version 4. * Bumped `oc-wasm-safe` dependency to 0.12.
-
0.4.03272b9c3 · ·
Version 0.4.0 New features: * The scratch buffer used for encoding parameters and storing return values can now be any type that implements the `Buffer` trait, rather than only `Vec<u8>`. This trait is always implemented for `&mut [u8]`, and it is also implemented for `Vec<u8>` when the `alloc` feature is enabled.
-
0.3.075188eb8 · ·
Version 0.3.0 New features: * Component calls now return more detailed error information based on the `component` module’s new syscalls `last_exception_message` and `last_exception_is_type` from OC-Wasm version 1.12.2-0.3.0. Dependencies: * Bumped `minicbor` to 0.15. * Bumped `oc-wasm-safe` to 0.2. * Bumped `ordered-float` to 3.