From 2115270123142ccf2bcb0dd07ae8eedb1e0ff251 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 22 Feb 2020 13:01:48 +0000 Subject: [PATCH] blog/pahi: explain speed --- blog/pahi-hello-world-2020-02-22.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blog/pahi-hello-world-2020-02-22.markdown b/blog/pahi-hello-world-2020-02-22.markdown index 148dc19..a8db828 100644 --- a/blog/pahi-hello-world-2020-02-22.markdown +++ b/blog/pahi-hello-world-2020-02-22.markdown @@ -22,10 +22,11 @@ running tooling has been written in Rust, and as far as I know I was the only holdout still using Go. This left me kinda stranded and on my own, seeing as the libraries that I was using were starting to die. - I have been following the [wasmer][wasmer] project for a while and thanks to their recent [custom ABI sample][wasmercustomabisample], I was able to start -re-implementing the Olin API in it. I call this pa'i (/pa.hi/, paw-hee), which +re-implementing the Olin API in it. Wasmer uses a JIT for handling WebAssembly, +so I'm able to completely destroy the original Go implementation in terms of +performance. I call this newer, faster runtime pa'i (/pa.hi/, paw-hee), which is a [Lojban][lojban] [rafsi][rafsi] for the word prami which means love. [wasmer]: https://wasmer.io