August 2019
Beginner to intermediate
798 pages
17h 2m
English
So far, we have only generated a WebAssembly binary file. However, there are still some steps that you will need to take in order to use that WebAssembly binary file and see its results on the window of a web browser.
The first step is to copy main.wasm into a directory of your web server. Next, you will need to execute the following command:
$ cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ...
Read now
Unlock full access