-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
wasmer
in favor of wasmtime
for tests
Since we've transitioned to `wasmtime` for the entirety of our stack, we should also use it for the tests in this crate. This commit does exactly that, doing away with the `wasmer` dependency, and replacing it with `wasmtime`. This also also helps in figuring out exactly what's wrong with our test runs, by eliminating the runtime as a factor - it errors in the same way in both `debug` and `release` modes. See-also: #105
- Loading branch information
Eduardo Leegwater Simões
committed
May 7, 2024
1 parent
361484c
commit 4c8710c
Showing
2 changed files
with
44 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters