dart-archive / wasm

Utilities for loading and running WASM modules from Dart code
https://pub.dev/packages/wasm
BSD 3-Clause "New" or "Revised" License
312 stars 24 forks source link

Fix build regression #69

Closed liamappelbe closed 2 years ago

liamappelbe commented 2 years ago

As part of the Wasmer 2.0.0 -> 2.1.0 update, the wasmer_c_api crate was renamed to just wasmer. Somehow this has been back ported to version 2.0.0 and broke us even though we haven't updated yet.

A test was also broken, so I've temporarily disabled it. See #70