Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(*) resolve a possible segfault in the FFI
Creating the `rctx` can happen when no `wasm{}` block is configured (e.g. through the FFI in `init_worker`). For example, `set_host_properties_handlers()` might be called (wrong, and unlikely). Always assume `rctx` might not be created due to a `wasm{}` block, since the module is wider than Wasm support only.
- Loading branch information