Skip to content

Wish List

Vincent Laporte edited this page Apr 12, 2021 · 4 revisions

Wish List

Arrays as argument of export functions

  • Particularly useful for stateful computations split in several functions (init/update/finalize)
  • Can be implemented similarly as for internal functions
  • Can be emulated with plain memory accesses, but without the convenience of arrays
Clone this wiki locally