felipe
felipe
I think maybe this can be integrated with ChatGPT somehow. to make it similar to BabyAGI or gpt-engineer
async
I think more emphasis could be done on how to rewrite code from callback hell style to async style, also, more effor could be made in order to explain why...
question
given that this is like a struct and an iml, should it have it's own file? https://github.com/sarahlim/wasm-trace/blob/796219b38f3b8df167c1d652f196a6365545950c/src/module.rs#L356
in past projects, I've found uses of unwrap() to be the quick and dirty solution to error propagation, this is great, because you can just "be done with it", however,...
question
would the program benefit from using an ordered map instead of an array to represent the functions? https://github.com/sarahlim/wasm-trace/blob/796219b38f3b8df167c1d652f196a6365545950c/src/module.rs#L130
is it possible that when people run the code and find this error, they'll have a hard time figuring out what it means or how to fix it, due to...
osx
Tried to build, it shows an error: ./main.go:61:3: unknown field 'Pdeathsig' in struct literal of type syscall.SysProcAttr what to do?
You've made the world a better place.
Does this program support multi-threaded programming?