|
826 | 826 | "wideArithmetic": false |
827 | 827 | } |
828 | 828 | }, |
| 829 | + "Soup": { |
| 830 | + "url": "https://github.com/calamity-inc/Soup/tree/senpai/CLI#soup-cli", |
| 831 | + "logo": "/images/soup.png", |
| 832 | + "category": "Standalone Runtimes", |
| 833 | + "features": { |
| 834 | + "bulkMemory": true, |
| 835 | + "multiValue": true, |
| 836 | + "mutableGlobals": true, |
| 837 | + "referenceTypes": true, |
| 838 | + "saturatedFloatToInt": true, |
| 839 | + "signExtensions": true, |
| 840 | + "simd": ["flag", "Compile with `SOUP_WASM_SIMD` set to `true`"], |
| 841 | + "memory64": true, |
| 842 | + "multiMemory": ["flag", "Compile with `SOUP_WASM_MULTI_MEMORY` set to `true`"], |
| 843 | + "extendedConst": ["flag", "Compile with `SOUP_WASM_EXTENDED_CONST` set to `true`"], |
| 844 | + "tailCall": ["flag", "Compile with `SOUP_WASM_TAIL_CALL` set to `true`"], |
| 845 | + "exceptionsFinal": ["flag", "Compile with `SOUP_WASM_EXCEPTIONS` set to `true`"], |
| 846 | + "bigInt": null, |
| 847 | + "branchHinting": null, |
| 848 | + "customAnnotationSyntaxInTheTextFormat": null, |
| 849 | + "webContentSecurityPolicy": null, |
| 850 | + "esmIntegration": null, |
| 851 | + "typeReflection": null, |
| 852 | + "customPageSizes": ["flag", "Compile with `SOUP_WASM_CUSTOM_PAGE_SIZES` set to `true`"], |
| 853 | + "compilationHints": null, |
| 854 | + "numericValuesInWat": null, |
| 855 | + "relaxedDeadCodeValidation": null |
| 856 | + } |
| 857 | + }, |
829 | 858 | "watr": { |
830 | 859 | "url": "https://github.com/dy/watr", |
831 | 860 | "logo": "/images/watr.svg", |
|
0 commit comments