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
I tried compile elixir code using mix & write config file, but cannot load to ernie because module name.
Elixir module's name (beam filename) starts with "Elixir.", I think it makes problem.
Can I build native modules using elixir?
I tried compile elixir code using mix & write config file, but cannot load to ernie because module name.
Elixir module's name (beam filename) starts with "Elixir.", I think it makes problem.