|
|
|
|
|
by jitl
1539 days ago
|
|
You are assuming wrong, this is Blazor’s JS support library. By “default” WebAssembly has nothing outside the WASM bytecode, not even memory/allocator. It’s up to the host environment to provide the WASM module a Memory and whatever “imports” it needs. |
|
[1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...