From 4f8e92b37b7c20545ca08fefd1f1c0ca7d1673a9 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 27 Nov 2024 18:14:32 +0100 Subject: Make lanes.register() available as an exported C function lanes_register() --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index edac9d8..cccfd6f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -440,7 +440,8 @@
Use lanes.require() for this purpose. This will call the original require(), then add the result to the lookup databases.
- 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. + 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.

-- cgit v1.2.3-55-g6feb