gctf2023/pwn/35-shades-of-wasm/35ShadesOfWasm/payload_example/readme.md

6 lines
262 B
Markdown
Raw Permalink Normal View History

2023-11-24 18:11:34 +00:00
# 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.