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
Currently only a single compile! call is supported, though can include multiple functions within the compiled code.
It should however be possible to just build and load additional .so files, the challenge though is that each references the Chicken Scheme .so files, which it seems can only be referenced once in a process. There is likely a way around this though!
The text was updated successfully, but these errors were encountered:
Currently only a single compile! call is supported, though can include multiple functions within the compiled code.
It should however be possible to just build and load additional .so files, the challenge though is that each references the Chicken Scheme .so files, which it seems can only be referenced once in a process. There is likely a way around this though!
The text was updated successfully, but these errors were encountered: