WebAssembly / website

WebAssembly website
https://webassembly.org
Apache License 2.0
272 stars 179 forks source link

Add use from Python #238

Closed Abdur-rahmaanJ closed 1 month ago

Abdur-rahmaanJ commented 3 years ago

I cannot see use from Python on the website, Python has this package:

https://github.com/wasmerio/wasmer-python

which enables calling wasm files.

AverageComet250 commented 2 years ago

Bumping thread cause I still can't see python on the website

Tpenland08 commented 1 year ago

Bumping thread for above reason

purplelemons-dev commented 1 month ago

bump more than a year later. still not on site.

dschuff commented 1 month ago

I'm adding it, but note that the list of languages on the site is a list of languages that are compiled to/implemented on top of wasm, not a list of wasm embeddings into the languages (i.e. the link above embeds wasm into python). There isn't a list of those, and I wouldn't want to create one with only Wasmer/Python in it. If someone wanted that, I think they should collect a much more comprehensive list and add it all at once.