mirror of
https://github.com/taigrr/wasm-experiments
synced 2025-01-18 04:03:21 -08:00
14 lines
256 B
Markdown
14 lines
256 B
Markdown
# Printing
|
|
|
|
## Running:
|
|
|
|
Simply open ./html/index.html in a web browser of your choice (that supports WebAssembly)
|
|
|
|
## Building
|
|
|
|
```bash
|
|
$ make build
|
|
```
|
|
|
|
This requires the WASM Go fork in your $GOPATH, and the compiled Go binary in that fork to be built.
|