Skip to content

Commit f2f444d

Browse files
authored
Mention external guest tools for JS and Python in README.md (bytecodealliance#1071)
1 parent 9b754f2 commit f2f444d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,14 @@ You will find the files to be modified with the name `**/stub.mbt`.
400400

401401
### Guest: Other Languages
402402

403-
Other languages such as JS, Ruby, Python, etc, are hoped to be supported one day
403+
Guest component support for JavaScript and Python is available in
404+
[componentize-js](https://github.com/bytecodealliance/ComponentizeJS) and
405+
[componentize-py](https://github.com/bytecodealliance/componentize-py), respectively.
406+
See also
407+
[The WebAssembly Component Model developer's guide](https://component-model.bytecodealliance.org/language-support.html)
408+
for examples of how to build components using various languages.
409+
410+
Other languages such as Ruby, etc, are hoped to be supported one day
404411
with `wit-bindgen` or with components in general. It's recommended to reach out
405412
on [zulip] if you're intersted in contributing a generator for one of these
406413
langauges. It's worth noting, however, that turning an interpreted language into

0 commit comments

Comments
 (0)