• 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
..
file_generators Loading commit data...
migrations Loading commit data...
bootstrap.dart Loading commit data...
chrome.dart Loading commit data...
compile.dart Loading commit data...
compiler_config.dart Loading commit data...
memory_fs.dart Loading commit data...
web_constants.dart Loading commit data...
web_device.dart Loading commit data...
web_runner.dart Loading commit data...
web_validator.dart Loading commit data...
workflow.dart Loading commit data...