https://github.com/humbertodias/yaml-cpp-wasm-sample
Example of a WebAssembly application that reads a YAML file
https://github.com/humbertodias/yaml-cpp-wasm-sample
cpp wasm
Last synced: about 2 months ago
JSON representation
Example of a WebAssembly application that reads a YAML file
- Host: GitHub
- URL: https://github.com/humbertodias/yaml-cpp-wasm-sample
- Owner: humbertodias
- Created: 2025-07-20T22:31:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T14:54:46.000Z (12 months ago)
- Last Synced: 2025-07-30T15:22:34.759Z (11 months ago)
- Topics: cpp, wasm
- Language: CMake
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yaml-cpp-wasm
Example of a WebAssembly application that reads a YAML file
Pull `yaml-cpp` submodule
```shell
git submodule update --init --recursive
````
## Native
```shell
make build run
```
output
```yaml
name: Test
version: 1
features:
- wasm
- yaml
```
## Wasm
```shell
make build/wasm run/wasm
```
open http://localhost:8080
