Skip to content

Add support for WASM Runtime #201

Description

@runabol

WebAssembly is a binary instruction format designed for safe and efficient execution on web browsers, but it can also be employed on the server to enhance the performance and security of web applications.

WebAssembly is known for its high-performance characteristics. It offers near-native execution speed, making it potentially a compelling choice as a runtime environment for Tork tasks.

To run WebAssembly on the server-side, we need a runtime environment. There are several runtime options available, such as Wasmer, Wasmtime, and V8 (with the V8 isolates feature).

The goal of this issue is to explore the pros and cons and potential viability of using WASM as an execution runtime implementation for Tork tasks.

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

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions