File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1429,6 +1429,8 @@ character in a component-level import/export (as is currently the case in `wit`
1429
1429
[ identifiers] ( WIT.md#identifiers ) ) and thus can safely be used to prefix
1430
1430
auxiliary Canonical ABI-induced imports/exports.
1431
1431
1432
+ #### Instance mangling
1433
+
1432
1434
Instance-mangling recursively builds a dotted path string (of instance names)
1433
1435
that is included in the mangled core import/export name:
1434
1436
``` python
@@ -1457,6 +1459,8 @@ def mangle_instances(xs, path = ''):
1457
1459
The three ` TODO ` cases are intended to be filled in by future PRs extending
1458
1460
the Canonical ABI.
1459
1461
1462
+ #### Function and value type mangling
1463
+
1460
1464
Function and value types are recursively mangled into
1461
1465
[ ` wit ` ] ( WIT.md ) -compatible syntax:
1462
1466
``` python
You can’t perform that action at this time.
0 commit comments