|
|
|
|
|
by syrusakbary
159 days ago
|
|
> you can't implement a JIT compiler that targets WebAssembly in a sandbox running in WebAssembly That's not completely true. With dynamic linking (now supported in WASIX), you can generate and link Wasm modules at runtime easily. |
|