@@ -12133,7 +12133,7 @@ <h3 id="intxwasm">intx (wasm)</h3>
1213312133</tr>
1213412134<tr>
1213512135<td>Versions</td>
12136- <td>v0.11.0, v0.12.0, v0.12.1, v0.13.0</td>
12136+ <td>v0.11.0, v0.12.0, v0.12.1, v0.13.0, v0.14.0 </td>
1213712137</tr>
1213812138<tr>
1213912139<td>Architectures</td>
@@ -14328,7 +14328,7 @@ <h3 id="libeconfwasm">libeconf (wasm)</h3>
1432814328</tr>
1432914329<tr>
1433014330<td>Versions</td>
14331- <td>v0.7.10, v0.8.0</td>
14331+ <td>v0.7.10, v0.8.0, v0.8.2 </td>
1433214332</tr>
1433314333<tr>
1433414334<td>Architectures</td>
@@ -27643,7 +27643,7 @@ <h3 id="robinmapwasm">robin-map (wasm)</h3>
2764327643</tr>
2764427644<tr>
2764527645<td>Versions</td>
27646- <td>v0.6.3, v1.2.1, v1.2.2, v1.3.0, v1.4.0</td>
27646+ <td>v0.6.3, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v1.4.1 </td>
2764727647</tr>
2764827648<tr>
2764927649<td>Architectures</td>
@@ -29036,6 +29036,39 @@ <h5 id="installcommand">Install command</h5>
2903629036<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
2903729037<pre><code class="lang-lua">add_requires("sokol-tools")
2903829038</code></pre>
29039+ <h3 id="sol2wasm">sol2 (wasm)</h3>
29040+ <table>
29041+ <thead>
29042+ <tr>
29043+ <th>Description</th>
29044+ <th><em>A C++ library binding to Lua.</em></th>
29045+ </tr>
29046+ </thead>
29047+ <tbody>
29048+ <tr>
29049+ <td>Homepage</td>
29050+ <td><a href="https://github.com/ThePhD/sol2">https://github.com/ThePhD/sol2</a></td>
29051+ </tr>
29052+ <tr>
29053+ <td>Versions</td>
29054+ <td>v3.2.1, v3.2.2, v3.2.3, v3.3.0, v3.3.1, v3.5.0</td>
29055+ </tr>
29056+ <tr>
29057+ <td>Architectures</td>
29058+ <td>wasm32, wasm64</td>
29059+ </tr>
29060+ <tr>
29061+ <td>Definition</td>
29062+ <td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/s/sol2/xmake.lua">sol2/xmake.lua</a></td>
29063+ </tr>
29064+ </tbody>
29065+ </table>
29066+ <h5 id="installcommand">Install command</h5>
29067+ <pre><code class="lang-console">xrepo install -p wasm sol2
29068+ </code></pre>
29069+ <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
29070+ <pre><code class="lang-lua">add_requires("sol2")
29071+ </code></pre>
2903929072<h3 id="soloudwasm">soloud (wasm)</h3>
2904029073<table>
2904129074<thead>
0 commit comments