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
- Host: GitHub
- URL: https://github.com/jeromewu/bazel-wasm-example
- Owner: jeromewu
- Created: 2019-07-03T02:45:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T08:58:00.000Z (almost 7 years ago)
- Last Synced: 2025-07-23T07:32:03.936Z (11 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)