search for: funcrefs

Displaying 3 results from an estimated 3 matches for "funcrefs".

Did you mean: funcref
2020 Nov 17
1
RFC: Multiple program address spaces
...one program address space is allowed. >> >> At Igalia [2], we are interested in implementing support for reference >> types [3] on the WebAssembly backend. After discussions with Thomas >> Lively and Andy Wingo, the design we have for reference types involves >> having funcrefs and externrefs living in a different address spaces >> (non-integral) from normal code/data. Since funcrefs are callable, we >> also need to be able to call them. However, as things stand if we use >> `P1` in the data layout, normal function calls will cease to work. >> >...
2005 Jun 29
14
Unobtrusive scripting?
Currently, pages generated by Rails tend to be sprinkled with JavaScript. This happens, because the various helper methods work only locally and simply append to the output. In order to hide the JavaScript away, rendering would probably have to be changed. A way I can think of is that a page-specific script is included in the head of the document and JavaScript code is not written to the
2020 Aug 05
2
Debugging a potential bug when generating wasm32
Hi, Sorry if you've seen this message before on llvm.discourse.group or elsewhere -- I've been trying to get to the bottom of this for a while now and asked about this in a few different platforms before. I'm currently trying to debug a bug in a LLVM-generated Wasm code. The bug could be in the code that generates LLVM (rustc) or in the LLVM, I'm not sure yet. LLVM IR and Wasm