Another big drawback: Any modules not written in pure Python can’t run in Wasm unless a Wasm-specific version of that module is compiled ahead of time. Unless you have a specially compiled version of, ...
x, y, z = sp.symbols('x y z', real=True) a, b, c, d, s, k, t, m, n = sp.symbols('a b c d s k t m n', real=True) ...