An open API service indexing awesome lists of open source software.

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

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

![browser](image.png)