Skip to content

Commit 066970a

Browse files
Update docs
1 parent 6b993cb commit 066970a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wasm/development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ FALLBACK_REGISTRY["my_compute"] = MyOperations.my_compute
147147

148148
### Step 2: Add WASM Code Generation
149149

150+
{% raw %}
150151
```python
151152
# In multilingualprogramming/codegen/wasm_generator.py
152153

@@ -163,6 +164,7 @@ pub extern "C" fn my_compute(x: {x_type}, y: {y_type}) -> {x_type} {{
163164
}}
164165
"""
165166
```
167+
{% endraw %}
166168

167169
### Step 3: Compile to WASM
168170

0 commit comments

Comments
 (0)