autodesk-forks / USD

Universal Scene Description
http://www.openusd.org
Other
128 stars 21 forks source link

Python test suite not run for WebAssembly build #7

Open kaischroeder opened 2 years ago

kaischroeder commented 2 years ago

Description of Issue

We want to be able to run the official USD test suite for the WebAssembly build. This uses python and therefore we need to be able to run Python in WebAssembly.

Candidate technologies to enable this are python-wasmer, Pyodide and maybe PyScript

This Issue is a requirement to be able to merge the WebAssembly changes upstream