Closed rkeulemans closed 6 months ago
def x(string): import subprocess subprocess.run(["ls", "-l"])
Gives the following error:
error: plugin errored with: ModuleNotFoundError("No module named '_signal'")
This is expected behavior since Typst wasm has no process API.
Gives the following error:
error: plugin errored with: ModuleNotFoundError("No module named '_signal'")