Brian Swetland on Nostr: Are there any good resources out there for those who are targeting WebAssembly from a ...
Are there any good resources out there for those who are targeting WebAssembly from a compiler? Code generation strategies? Things to know about what typical runtimes handle efficiently (or not), or how much they will optimize (or not)?
For example, it feels like locals and globals are effectively registers (can get/set, cannot get an address of for indirect access), Clang seems to use global 0 as a stack pointer, etc. Is that a correct take?
#WebAssembly #Wasm #Questions #Compiler #Projects
For example, it feels like locals and globals are effectively registers (can get/set, cannot get an address of for indirect access), Clang seems to use global 0 as a stack pointer, etc. Is that a correct take?
#WebAssembly #Wasm #Questions #Compiler #Projects