Skip to content

Feature: Wasm ( Very very draft ) #2908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed

Feature: Wasm ( Very very draft ) #2908

wants to merge 7 commits into from

Conversation

CrosRoad95
Copy link

@CrosRoad95 CrosRoad95 commented Feb 21, 2023

It supposed to add wasm support, initial pr will contain 3 ( or 2 ) functions:

  1. wasm = wasmLoadString(string) - load wasm
  2. result = wasmCall(wasm, functionName, arguments) - call
  3. optionally: table = wasmGetExports(wasm) - get exports
    image

Fixes #2901

@lopezloo lopezloo added the enhancement New feature or request label Feb 21, 2023
@patrikjuvonen
Copy link
Contributor

Interesting work, but we are not pursuing this for MTA at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wasm runtime
3 participants