wasm-by-example
wasm-by-example copied to clipboard
Switch golang pragma from go:export to export
The tinygo website only documents the export pragma, and all the examples switched away to //export a while ago: https://github.com/tinygo-org/tinygo/pull/1025
This reduces confusion in the guide, which introduces the //export pragma, but never mentions //go:export as an alias.
Deploy Preview for wasmbyexample ready!
| Name | Link |
|---|---|
| Latest commit | 7c401bfe17f82fdebb719248fa68a0f995550517 |
| Latest deploy log | https://app.netlify.com/sites/wasmbyexample/deploys/6557204e978b560008388bff |
| Deploy Preview | https://deploy-preview-170--wasmbyexample.netlify.app/examples/webassembly-linear-memory/webassembly-linear-memory.go.en-us |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
could this be merged?