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

https://github.com/jeromewu/bazel-wasm-example

[WIP] An example to compile c++ code to WebAssembly using Bazel
https://github.com/jeromewu/bazel-wasm-example

Last synced: 10 months ago
JSON representation

[WIP] An example to compile c++ code to WebAssembly using Bazel

Awesome Lists containing this project

README

          

# Bazel WebAssembly Example

Although Bazel provides documentation for compiling WebAssembly, but it is long and sometimes hard to follow, this repository acts as a working example to use.

## Environment

- Bazel: 0.26.0
- Tutorial: [LINK](https://docs.bazel.build/versions/0.26.0/tutorial/cc-toolchain-config.html)