From 0728e80bc2d3f5609f19b76f2bcf10412ce029b4 Mon Sep 17 00:00:00 2001
From: Benoit Germain
It is also possible to register a given module a posteriori with lanes.register(). This function will raise an error if the registered module is not a function or table.
- Embedders can call the equivalent function lanes_register() from the C side.
+ Embedders can call the equivalent function lanes_register() from the C side, through lua_call() or similar.