• Jackson Gardner's avatar
    Add `--experimental-wasm-type-reflection` and support newer emscripten builds. (#133084) · d8b1e81c
    Jackson Gardner authored
    This makes two changes to prepare for incoming changes to skwasm in the web engine:
    * We will (at least for now) be depending on the `WebAssembly.Function` constructor in `skwasm`, which is hidden behind the `--experimental-wasm-type-reflection` flag. We need to pass that when running skwasm benchmarks.
    * We are going to be upgrading the skwasm build to a newer version of emscripten, which exposes the wasm exports via the `wasmExports` property instead of the `asm` property. Make sure to support either, if passed.
    d8b1e81c
Name
Last commit
Last update
..
ab.dart Loading commit data...
apk_utils.dart Loading commit data...
browser.dart Loading commit data...
cocoon.dart Loading commit data...
devices.dart Loading commit data...
framework.dart Loading commit data...
host_agent.dart Loading commit data...
ios.dart Loading commit data...
metrics_center.dart Loading commit data...
runner.dart Loading commit data...
running_processes.dart Loading commit data...
talkback.dart Loading commit data...
task_result.dart Loading commit data...
utils.dart Loading commit data...