Nicolas I'm embedding neko in a C app, is it possible for a loaded .n module to call back to it's host easily without having to use an ndll?
Hi,You can set some primitives in your loader (by using alloc_function and alloc_field) before initializing the module that can be used by your Neko app.
Nicolas -- Neko : One VM to run them all (http://nekovm.org)
