You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/codegen/api.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ title: Codegen API Reference
5
5
path_segments:
6
6
- codegen
7
7
- api
8
-
source_hash: 66021f3a6bbf
8
+
source_hash: f5184586a04b
9
9
status: source
10
10
permalink: /en/docs/codegen/api/
11
11
---
12
12
13
-
This page documents the current `0.5.1` code-generation and execution APIs used by `multilingualprogramming`.
13
+
This page documents the current `0.6.0` code-generation and execution APIs used by `multilingualprogramming`.
14
14
15
15
---
16
16
@@ -172,6 +172,8 @@ Recommended helper when you call `exec()` yourself:
172
172
173
173
Primary WASM-facing generator. It emits WAT directly from the shared AST or from a `CoreIRProgram`.
174
174
175
+
As of `0.6.0`, the WAT backend covers the current stateful-class object model, dynamic dispatch, property accessors, `with`/`try`/`match` lowering, bytes literals, and the best-effort async lowering described in the upstream language repository.
Générateur principal côté WASM. Il produit directement du WAT à partir de l'AST partagé ou d'un `CoreIRProgram`.
174
174
175
+
En `0.6.0`, le backend WAT couvre l'état actuel du modèle objet à classes stateful, le dispatch dynamique, les accesseurs de propriété, l'abaissement de `with`/`try`/`match`, les littéraux `bytes` et l'abaissement asynchrone best-effort décrit dans le dépôt amont.
| Backend WAT / WASM |5| Génération WAT, POO / héritage en WAT, exécution WASM, projets corpus |
207
+
| Backend WAT / WASM |8| Génération WAT, orchestration manifeste / build, POO / héritage / dispatch en WAT, abaissement des chaînes et des lambdas, exécution WASM, projets corpus |
0 commit comments