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
The eliom compilers splits files in client and server parts and compiles both. The client part is always compiled to bytecode. Right now, the server part can only be compiled to bytecode.
Compiling the server part to native means doing both bytecomp and nativecomp initialization, which might be quite tricky.
The text was updated successfully, but these errors were encountered:
The eliom compilers splits files in client and server parts and compiles both. The client part is always compiled to bytecode. Right now, the server part can only be compiled to bytecode.
Compiling the server part to native means doing both bytecomp and nativecomp initialization, which might be quite tricky.
The text was updated successfully, but these errors were encountered: