# mlua-wasmer Changelog ## [1.0.0] - 2024-10-29 ### Changed - [#27](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/27) Upgrade from mlua 0.9.9 → 0.10.0 ## [0.1.7] - 2024-10-19 ### Changed - [#26](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/26) Upgrade wasmer from 4.3.5 → 4.4.0 - [#24](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/24) Upgrade Rust from 1.79.0 → 1.82.0 ## [0.1.6] - 2024-07-28 ### Changed - [#23](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/23) Upgrade 3 crates - [#22](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/22) Build runners require 8gb RAM - [#21](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/21) Upgrade Rust from 1.76.0 → 1.79.0 ## [0.1.5] - 2024-05-11 ### Changed - [#20](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/20) Upgrade wasmer from 4.2.8 → 4.3.0 ## [0.1.4] - 2024-04-13 ### Changed - [#19](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/19) Don't bother trying to test on armv7 since wasmer doesn't support it - [#18](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/18) Upgrades: wasmer 4.2.6 → 4.2.8, mlua 0.9.6 → 0.9.7 ## [0.1.3] - 2024-03-09 ### Added - [#17](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/17) Support mutating an Exports struct - [#16](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/16) Support Imports struct - [#14](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/14) Support Value struct - [#13](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/13) Support Global struct and its read-only accessors ### Changed - [#15](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/15) Upgrade wasmer from 4.2.5 → 4.2.6 ## [0.1.2] -2023-03-03 ### Added - [#10](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/10) Support WasmPtr struct for u8 - [#9](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/9) Support Memory::view() read-only accessors - [#8](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/8) Support the Memory struct ### Changed - [#12](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/12) Upgrade bstr 1.9.0 → 1.9.1, mlua 0.9.5 → 0.9.6 - [#7](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/7) Upgrade Rust from 1.75.0 → 1.76.0 ### Fixed - [#11](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/11) Function call return values are in the wrong order ## [0.1.1] - 2024-02-03 ### Added - [#6](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/6) Support loading a module from a file, or from a binary file - [#5](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/5) Provide factories with similar semantics to Rust crate ## [0.1.0] - 2024-01-28 ### Added - [#4](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/4) Support Function struct, and calling it - [#3](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/3) Support Exports struct - [#2](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/2) Support Instance struct - [#1](https://gitlab.com/megalithic-llc/mlua-wasmer/-/issues/1) Support Store and Module structs and constructors