Install rust, if not already installed:
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shInstall wasm32 target, if not already installed:
$ rustup target add wasm32-unknown-unknownBuild the extension:
$ make buildA file named plugin.wasm was created in the current directory.