bytecodealliance / wamr-rust-sdk

Apache License 2.0
29 stars 9 forks source link

Add support for custom configuration #47

Open AlixANNERAUD opened 1 month ago

AlixANNERAUD commented 1 month ago

WAMR offers a wide variety of configurations. However, currently, the wamr_rust_sdk does not provide a way to define these settings, which is unfortunate. To address this issue, I have thought of two solutions: either using Rust's feature system for binary settings and/or using environment variables (for text / number settings and/or binary settings). If this approach is acceptable to you, I can create a PR.

lum1n0us commented 1 month ago

Sounds good for me. Please go ahead.

lum1n0us commented 5 days ago

https://github.com/bytecodealliance/wamr-rust-sdk/pull/65