Skip to content

Add (de)serialization support for the WebAssembly interpreter

Clean Importer requested to merge unrelocated-serialization into master

This function can be used to serialize a value that can be deserialized and interpreted by the wasm interpreter (which uses unrelocated bytecode). It is intended for use in iTasks.

To do:

  • Add string_to_graph to wasm interpreter
Edited by Clean Importer

Merge request reports