Skip to content

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