You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to explain this for anyone else who finds this issue, .ndll files are dynamically linked libraries for the neko vm. To load a function from an ndll file when targetting neko via haxe you can use this function: https://api.haxe.org/neko/Lib.html#load
For example, to load the regexp_match function from regexp.ndll, which takes 4 function arguments, you would do:
If for some reason you want to load an ndll file via the neko language, then you can use the $loader.loadprim() function which is documented here: https://nekovm.org/doc/ffi/#a-small-sample
Hello, how can we open the .ndll files using this?
The text was updated successfully, but these errors were encountered: