You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Run untrusted Node.js and Python in-process — V8 isolates and CPython-on-WebAssembly behind one run/register_function/teardown API, with no microVM and no /dev/kvm. Code gets a global `iii` and a private scratch directory.
dependencies:
configuration: "0.x"
# Restricted for TWO independent reasons, both of which must hold before this
# list can be widened — do not conclude it is liftable by dropping one
# dependency:
# 1. rusty_v8 150.4.0 (via deno_core) publishes no prebuilt for
# i686-pc-windows-msvc or armv7-unknown-linux-gnueabihf.
# 2. Cranelift (wasmtime's compiler) has no backend for those same two.
# Its explicit target list below keeps the release matrix on the supported
# Unix triples while avoiding those platform-restricted shards.