wasmer/lib/runtime-c-api/src
Ivan Enderlin a11d454130 feat(runtime-c-api) Add an API to update vm::Ctx.data.
This patch adds 2 functions for the runtime C API, respectively
`wasmer_instance_context_data_set` and
`wasmer_instance_context_data_get`. The goal is to modify the
`vm::Ctx.data` field in the `runtime-core` library.

This is required to pass dynamic data to imported functions for
instance.
2019-03-11 16:50:18 +01:00
..
lib.rs feat(runtime-c-api) Add an API to update vm::Ctx.data. 2019-03-11 16:50:18 +01:00