[browser] wasm memory snapshot into browser cache (#82049)
authorPavel Savara <pavel.savara@gmail.com>
Tue, 14 Mar 2023 10:05:08 +0000 (11:05 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 10:05:08 +0000 (11:05 +0100)
commitbb2b8605df0e916dcd6339f2056efb2bd4521ff5
tree7f207b99a4cb5e6c1d2a7539fccf231c2b4a89d1
parent03894d3c7070a031e57158e78a2120c52329e979
[browser] wasm memory snapshot into browser cache (#82049)

Co-authored-by: Marek FiĊĦera <mara@neptuo.com>
Co-authored-by: Katelyn Gadd <kg@luminance.org>
22 files changed:
src/mono/mono/mini/interp/jiterpreter.c
src/mono/sample/wasm/browser-advanced/index.html
src/mono/sample/wasm/browser-bench/appstart-frame.html
src/mono/wasm/build/WasmApp.targets
src/mono/wasm/memory-snapshot.md [new file with mode: 0644]
src/mono/wasm/runtime/assets.ts
src/mono/wasm/runtime/diagnostics/server_pthread/index.ts
src/mono/wasm/runtime/dotnet.d.ts
src/mono/wasm/runtime/icu.ts
src/mono/wasm/runtime/jiterpreter-jit-call.ts
src/mono/wasm/runtime/jiterpreter-support.ts
src/mono/wasm/runtime/jiterpreter.ts
src/mono/wasm/runtime/polyfills.ts
src/mono/wasm/runtime/profiler.ts
src/mono/wasm/runtime/run-outer.ts
src/mono/wasm/runtime/run.ts
src/mono/wasm/runtime/snapshot.ts [new file with mode: 0644]
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/types.ts
src/mono/wasm/runtime/types/emscripten.ts
src/mono/wasm/test-main.js
src/tasks/WasmAppBuilder/WasmAppBuilder.cs