losfair / IceCore

Application container built for WebAssembly
GNU Lesser General Public License v3.0
110 stars 8 forks source link

Faster method for passing template parameters #1

Closed losfair closed 6 years ago

losfair commented 7 years ago

Currently, the template renderer uses JSON to pass structured data across FFI boundary, which is really slow.

A faster data serializing method is needed.