Adrian Cole
Adrian Cole
@k33g (wasm-university etc) @juntao (wasmedge examples) @knqyf263 (trivy, go-plugin) FYI the tinygo built-in exports for "malloc" and "free" will be removed by default and need a code change to put...
PS recent TinyGo is already using >1.0 (a.k.a. MVP) features, so optimizing for this in wasm could be useful. Notably SIMD is a part of the draft WebAssembly 2.0 Core...
macOS failure looks like the same as #2892 ? ``` tinygo:ld.lld: error: undefined symbol: _notARealFunction [19703](https://github.com/tinygo-org/tinygo/runs/8221221002?check_suite_focus=true#step:12:19704) >>> referenced by /var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tinygo492537698/main.o [19704](https://github.com/tinygo-org/tinygo/runs/8221221002?check_suite_focus=true#step:12:19705) failed to run tool: ld.lld [19705](https://github.com/tinygo-org/tinygo/runs/8221221002?check_suite_focus=true#step:12:19706) --- FAIL: TestFail...
@deadprogram thanks I missed it. yeap I can add a second layer test beyond the unit tests. np
@FGadvancer I fixed the bug, but we should have an integration test that makes sure it stays fixed. Can you paste the code that led to this panic? It is...
It took a while for me to figure out from the stack trace what the bug was, but am over budget doing more than work provided. If someone is interested...
@jzabinski-dolios is it ok to close this issue? it sounds like you are working now, even if some of the defaults are a bit confusing.
Thanks for the tips @jzabinski-dolios! Here's some spin-offs, preferring re-use of tickets as there are so many :p > target=wasm+gc=none probably should result in a compiler error I think maybe...
To help make sure we can close out issues, I just tried this. It is true that it fails, just hard to decipher why. Do we have any other argument...
@antJack mind closing this out or letting us know what's still broke?