ColinEberhardt / wasmweekly

Website for the WebAssembly weekly newsletter
http://wasmweekly.news/
Creative Commons Zero v1.0 Universal
74 stars 11 forks source link

VS Code releases Python interpreter extension using WASI #85

Closed brettcannon closed 1 year ago

brettcannon commented 1 year ago

https://code.visualstudio.com/updates/v1_72#_webassembly-and-python-execution-in-the-web

Python's WASI build is being used to provide browser compute for Python in VS Code in all places it runs (i.e. desktop and https://vscode.dev ). The use of WASI allows it to access files in your workspace no matter where they preside (e.g. GitHub remote repo).