Shizcow / hotpatch

Changing function definitions at runtime in Rust
Apache License 2.0
128 stars 6 forks source link

Making hotpatch work with webassembly #13

Open ValorZard opened 3 years ago

ValorZard commented 3 years ago

I have no idea if this crate works already with webassembly or not, but just in case, it might be a good idea to make it work on webassembly.

Shizcow commented 3 years ago

Webassembly is certainly a good idea. I plan on working on this (and no_std) immediately after finishing methods. Leaving this issue open as a reminder for me to get this done.