Skip to content

Conversation

adamziel
Copy link
Collaborator

Monitors the .wasm file download through a custom instantiateWasm handler passed to the Emscripten module.

Before this PR, Playground "decorated" WebAssembly.instantiateStreaming to monitor the stream progress. This introduced additional complexity in Loopback Request support and so this PR replaces it with a less hacky solution.

Testing instructions

Confirm the E2E tests pass

…nkey-patching WebAssembly.instantiateStreaming Monitors the `.wasm` file download through a custom `instantiateWasm` handler passed to the Emscripten module. Before this PR, Playground "decorated" WebAssembly.instantiateStreaming to monitor the stream progress. This introduced additional complexity in [Loopback Request support](#1287) and so this PR replaces it with a less hacky solution. ## Testing instructions Confirm the E2E tests pass
@adamziel adamziel merged commit 34d612b into trunk Apr 23, 2024
@adamziel adamziel deleted the cache-loaded-wasm branch April 23, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 participant