RustPython / rustpython.github.io

https://rustpython.github.io
MIT License
10 stars 15 forks source link

Examples of DOM manipulation with Webassembly #16

Open mireille-raad opened 3 years ago

mireille-raad commented 3 years ago

Write an article with examples of DOM manipulation with Webassembly and possibly include those examples in the snippets/official demo.

Mentioned on gitter by @phorward and in https://github.com/RustPython/RustPython/issues/825

phorward commented 3 years ago

Hello, thanks for mentioning. I've already started a test branch for myself here https://github.com/phorward/RustPython/tree/feature/html5-tests, but I think it's first more useful to collect examples.