This wasmtime Haskell package provides a binding to
wasmtime via its C API.
This is an opensource repository licensed under the BSD-2-Clause license. See the LICENSE file for details.
We're happy to accept your Pull Requests!
First install Nix then bring the development environment into scope using either:
- direnv and nix-direnv.
nix develop.
finally cabal test.