> the problem is when one tries to FFI share memory between Nim and JavaScript
This is somewhat true, but is orthogonal to the stack bottom question. The ffi problems are mostly solved in [jsbind package](https://github.com/yglukhov/jsbind).
> the problem is when one tries to FFI share memory between Nim and JavaScript
This is somewhat true, but is orthogonal to the stack bottom question. The ffi problems are mostly solved in [jsbind package](https://github.com/yglukhov/jsbind).