-
This issues comes out of a discussion that @lukewagner, @fitzgen, and I were having recently. We were thinking again about how Wasmtime implements calls into WebAssembly and about some of the overhead…
-
Is there any possibility of reimplementing this package in Javascript with loops rather than using trampolines? The trampoline introduces quite a bit of overhead.
-
Currently 32 but trampoline hook checks if the first instruction is a relative jump, in a case where we copy more than 1 instruction and the second+ instruction is a relative jump this would break, ne…
-
Static calls replace indirect branches with direct branches by patching them at runtime.
Out-of-line static calls branch to a trampoline, and then the trampoline is patched at runtime.
Inline static…
-
Should they work?
Tried with `0.32` and `0.32`.
With `0.32` problem is the same as in #445
With `0.31` got following error:
```
Uncaught TypeError: Cannot convert a Symbol value to a strin…
-
**Describe the bug**
Sometimes when I choose to go through the red skull instead of finishing the level with this addon enabled, the game crashes.
**Expected behavior**
The game not to crash
*…
-
When I work with cloned repo i have following error when press background combobox.
```
The alien function "__claw_cE3AE40FE40nk_color_picker" is undefined.
[Condition of type SB-KERNEL::UNDEFI…
-
STR: Try to reply to a reply in a mastodon thread (I.e. there are two users suggested; A posted, B answered, answer to B (you are C)). Then tap into the text field.
Happens with HeliBoard and AOSP …
-
[This blog post](https://blogs.gnome.org/alexm/2021/03/13/reinventing-tabs/) has got me wanting to port [my WebKit-powered browser project](https://github.com/Dirout/oku) over to GTK4-rs, as I'm seeki…
-
If you have an object type such as:
``` typescript
{
foo: Json
}
```
and you use it to change state within an Immer `produce` callback — such the callback that `update` in BaseController v…