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 JIT compiler in #66 will be able to import and build external packages for you automatically, so you don't have to register types on the loader side anymore.
执行 ./loader -o hello.o -run main.Hello会报错:
Load error: unresolve external:encoding/json.Unmarshal
但是可以进行序列化
The text was updated successfully, but these errors were encountered: