aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-11-27 18:14:32 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-11-27 18:14:32 +0100
commit4f8e92b37b7c20545ca08fefd1f1c0ca7d1673a9 (patch)
tree3dda322bc32cc49f53c8399a5bb03b04bf616cdc /docs
parent95d8604d0822b32f2561c5b29f18acf909ead935 (diff)
downloadlanes-4f8e92b37b7c20545ca08fefd1f1c0ca7d1673a9.tar.gz
lanes-4f8e92b37b7c20545ca08fefd1f1c0ca7d1673a9.tar.bz2
lanes-4f8e92b37b7c20545ca08fefd1f1c0ca7d1673a9.zip
Make lanes.register() available as an exported C function lanes_register()
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html3
1 files changed, 2 insertions, 1 deletions
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 @@
440 <br /> 440 <br />
441 Use <tt>lanes.require()</tt> for this purpose. This will call the original <tt>require()</tt>, then add the result to the lookup databases. 441 Use <tt>lanes.require()</tt> for this purpose. This will call the original <tt>require()</tt>, then add the result to the lookup databases.
442 <br /> 442 <br />
443 It is also possible to register a given module <i>a posteriori</i> with <tt>lanes.register()</tt>. This function will raise an error if the registered module is not a function or table. 443 It is also possible to register a given module <i>a posteriori</i> with <tt>lanes.register()</tt>. This function will raise an error if the registered module is not a function or table.<br />
444 Embedders can call the equivalent function <tt>lanes_register()</tt> from the C side.
444</p> 445</p>
445 446
446<table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"> 447<table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%">