The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Alien-wasmtime

0.17      2022-11-03 20:30:10 -0600
  - Bump to version 0.27.0 (gh#28, gh#29)

0.16      2021-01-21 09:28:29 -0700
  - Bump to version 0.22.1 (gh#21)

0.15      2020-11-06 02:18:29 -0700
  - Bump to version 0.21.0 (gh#20)

0.14      2020-10-01 04:52:19 -0600
  - Bump to version 0.20.0 (gh#17)

0.12      2020-07-19 05:33:16 -0600
  - Bump to version 0.19.0 (gh#16)

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