gctf2023/pwn/35-shades-of-wasm/35ShadesOfWasm/payload_example/readme.md
2023-11-24 13:11:34 -05:00

6 lines
262 B
Markdown

# Example
This example uses [wasi-sdk](https://github.com/WebAssembly/wasi-sdk).
You have to install it and then you might need to modify the wasi-sdk variable in the Makefile.
Of course this challenge can be solved in any language that has a wasm+wasi target.