call("count_vowels", "this is an example"); $json = json_decode(pack('C*', ...$output)); echo "Vowels counted = " . $json->{'count'} . PHP_EOL; $wasm = file_get_contents("../../wasm/code.wasm"); $ok = $plugin->update($wasm); if ($ok) { $id = $plugin->getId(); echo "updated plugin: $id"; }