Wasm3 v0.4.9: seamless WebAssembly/WASI tracing, Python integration, etc.
π The fastest WebAssembly interpreter. You can finally run WebAssembly on WebAssembly π... (more…)
Read more »
There’s no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl… Read more