Skip to content

User supplied code #53

Description

@stefnotch

If we want to run user-supplied code, we have a few different options to explore

  • Properly sandboxed WebAssembly (with strict memory and CPU limits)
  • Running code in an iframe-webworker (and setting the iframe rules to be as strict as possible)
  • Running code in a super sandboxed manner (like https://github.com/endojs/endo )
  • Having a "trust" button, that lets the user run arbitrary code (preferably signed code or something?)
  • Using a language with a linear runtime as much as possible (see https://github.com/google/cel-go )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions