stefanhts / wacket

A lisp inspired functional programming language which compiles to WebAssembly
MIT License
18 stars 1 forks source link

Heap Objects #14

Closed stefanhts closed 2 years ago

stefanhts commented 2 years ago

We need to figure out how to store heap objects. From what I have read we might be able to pass an array from JS to the Wasm and it to act as our heap. I found an article on Fastly about storing strings, which should help. We will keep this issue open and update it until we figure out the way forward