aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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%">