Closed bytemunch closed 12 months ago
Does wasm not support Local<> variables in systems?
wasm supports Local
tested on text_input
, deletes capital chars on wasm 👍
Does wasm not support Local<> variables in systems?
wasm supports Local
I must be missing something else somewhere in the code. Rust analyzer is really unhelpful when it comes to working on different target archs at the same time >.<
closes #111
not sure why
is_deleting
doesn't get set onwasm
. Doeswasm
not supportLocal<>
variables in systems?I'm also sure I tested this fix first time round on
wasm
but I could easily be wrong