boa_runtime 0.21.1

Example runtime for the Boa JavaScript engine.
Documentation
1
2
3
assertThrows(() => {
  structuredClone(() => {});
});