This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
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 addresses some - if not all - of the problems we've been having with running the tests. They now pass when compiling them using `release` compile option. However, they still fail on `debug`. See-also: #105
- Loading branch information
Eduardo Leegwater Simões
committed
May 7, 2024
1 parent
361484c
commit c5d5bda
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