From 9b4ee55d4b8fd9a735a9ba0c7432dc5a00465923 Mon Sep 17 00:00:00 2001 From: Felipe Gasper Date: Wed, 13 Apr 2022 13:48:48 -0400 Subject: [PATCH] Add mention of Perl embedding (#326) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41b6754..f88cc41 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ Wasm3 can also be used as a library for: [ Rust](https://github.com/Veykril/wasm3-rs) │ [ C/C++](https://github.com/wasm3/wasm3) │ [ GoLang](https://github.com/matiasinsaurralde/go-wasm3) │ -[ Zig](https://github.com/alichay/zig-wasm3) +[ Zig](https://github.com/alichay/zig-wasm3) │ +[ Perl](https://metacpan.org/pod/Wasm::Wasm3) [ Swift](https://github.com/shareup/wasm-interpreter-apple) │ [ .Net](https://github.com/tana/Wasm3DotNet) │ [ Arduino, PlatformIO, Particle](https://github.com/wasm3/wasm3-arduino) │ [QuickJS](https://github.com/saghul/txiki.js) - ## Status `wasm3` passes the [WebAssembly spec testsuite](https://github.com/WebAssembly/spec/tree/master/test/core) and is able to run many `WASI` apps.