Robert Pasiński
rpasinski.pl
Robert Pasiński
@rpasinski.pl
React (Native) Developer ⚛️ Passionate about all things development, low level coding enthusiast 🧑‍💻
Reposted by Robert Pasiński
Also ... @rpasinski.pl from @callstack.com will join me to talk about the state of the arts, running AOT compiled #WASM with #Polygen!
March 26, 2025 at 7:57 AM
With some caveats, all WebAssembly modules must be precompiled during the build phase, because of this, it is sort of a whitelist. You cannot dynamically load bytecode and run it with this solution for now. We provide JavaScript API as close to DOM as possible (we aim to be close to 100%).
November 26, 2024 at 11:56 AM
Yes, it is! We are doing a AOT code generation right now, mainly due to the Apple ecosystem, but in the future we might add support for various interpreting runtimes for other environments
November 26, 2024 at 11:51 AM