issues
search
wasmerio
/
wasmer-php
🐘🕸️ WebAssembly runtime for PHP
https://wasmerio.github.io/wasmer-php/wasm/
MIT License
1.01k
stars
42
forks
source link
doc(examples) Add the `greet` example.
#55
Closed
Hywan
closed
5 years ago
Hywan
commented
5 years ago
Close #40.
This example shows how to:
Allocate memory for a string,
Write a string,
Compute a new string in Wasm, and return a pointer to it,
Read the computed string,
Deallocate memory.
Close #40.
This example shows how to: