mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
The assembly symbols were not marked as hidden and so were exported, leading to unreferenced symbols. Example error message: Error: failed to run main module `/tmp/tinygo3961039405/main` Caused by: 0: failed to instantiate "/tmp/tinygo3961039405/main" 1: unknown import: `asyncify::stop_rewind` has not been defined This commit fixes this issue.pull/2269/head
Ayke van Laethem
3 years ago
committed by
Ron Evans
2 changed files with 11 additions and 0 deletions
Loading…
Reference in new issue