wasmhub 0.3.1

Download and manage WebAssembly runtimes for multiple languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
permalink: core/assets/js/fuzzy_index.json
eleventyExcludeFromCollections: true
---
[
{%- if collections.all.size > 0 and libdocConfig.searchEnabled -%}
    {% for item in collections.all %}
        {
            "url": "{{ item.url | url }}",
            "title": "{{ item.data.title | default: item.data.eleventyNavigation.key | default: item.inputPath | escape }}",
            "description": "{{ item.data.description | strip_newlines | strip_html | escape | sanitizeJSON }} {{ item.data.tags | join: ' ' | strip }}"
        }{%- if forloop.last == false %},{%- endif -%}
    {%- endfor -%}
{%- endif %}
]