-
Notifications
You must be signed in to change notification settings - Fork 951
ld.lld-11 undefined symbol time.stopTimer / time.startTimer #2238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
wasm
WebAssembly
Comments
Digging into this more:
Targeting wasi, and there's still the imports for |
Suggest closing this as a dup of #1037.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting an odd error on both the current dev branch via docker image:
and release 0.20.0 via docker image:
And the same error on an M1 Mac with 0.20.0:
This same program builds as a wasm target with no error, but includes
time.stopTimer
andtime.startTimer
as import targets:The text was updated successfully, but these errors were encountered: