The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Alien-wasmtime},

0.11      2020-06-25 16:23:51 -0600
  - Bump to version 0.18.0 (gh#15)
  - Arm64 / Aarch64 no longer forced the dev version as 0.18.0
    properly supports Arm64 (gh#15)
  - Changed git repository default branch to `main`.

0.10      2020-05-17 08:59:17 -0600
  - Remove memory test from t/alien_wasmtime.t.  This is better
    handled in Wasm::Wasmtime now that the memory allocation
    is more configurable (perlwasm/Wasm#22, gh#14)

0.09      2020-05-15 10:57:43 -0600
  - Bump version of wasmtime to 0.16.0 (gh#12)

0.08      2020-04-24 09:26:09 -0600
  - Add support for aarch64/arm64 (requires dev version) (gh#2, gh#10)

0.07      2020-04-14 10:41:36 -0600
  - Extra diagnostics and tests to detect virtual memory limits
    that can cause Wasmtime to OOM (gh#9, perlwasm/Wasm#22)

0.06      2020-04-12 14:07:38 -0600
  - Use Build::Copy plugin (gh#8)

0.05      2020-04-09 04:04:03 -0600
  - use ALIEN_WASMTIME_VERSION to override the version of
    wasmtime downloaded (gh#7)

0.04      2020-04-08 16:26:41 -0600
  - First cpan release

0.03      2020-04-06 16:45:23 -0600
  - Bump to version 0.15.0 (gh#5)

0.02      2020-04-03 14:37:19 -0600
  - Add support for cflags and libs methods.

0.01      2020-04-03 07:51:29 -0600
  - initial version