Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
3fe01084fba260c70b6cf7862100471fbb01e834
vugu
/
examples
/
fetch-and-display
下载当前目录
O
Owen Waller
Update the generated code for examples after the noshadow changes
24315c5e
创建于
2025年4月14日
历史提交
文件
最后提交记录
最后更新时间
.gitignore
Fix: remove all the wasm_exec.js files. This commit removes all of the `wasm_exec.js` files from the repo, and updates the `magefile` so that we do not check that the `wasm_exec.js` file for differences - we can't because it is no longer in the repo. The change does not remove the copy of `wasm_exec.js` from the `tinygo-dev` package or from the `legacy-wasm-test-suite`. It also does not add a `wasm_exec.js` into the project wide `.gitignore` file. This can only be done if the `legacy-wasm-test-suite` and the `tinygo-dev` packages are both removed. This partially closes Issue #344m see: https://github.com/vugu/vugu/issues/344 The issue is only partially closed because we have not yet implemented `tinygo` support in the `magefiles`. We will either need new targets that are specific to using `tinygo` or a flag or envvar(?) to indicate that `tinygo` should be used. Until this is resolved we don't know how to change the `magefile` to discover the value of the $GOROOT env var for `tinygo`. This points to a different location relative to the standard Go compiler. We need to know the updated value to ensure we copy the `tinygo` version of the `wasm_exec.js` file and not the standard Go version.
1 年前
devserver.go
removed old wip stuff; removed DevHTTPServer (replaced by simplehttp pkg); added working example
7 年前
go.mod
Update the generated code for examples after the noshadow changes Update the generated code used inthe examples, following theremoval of the noshadow option. The impacted examples are: dom-events embed-and-translate fetch-and-display html-form vg-for vg-if
1 年前
go.sum
Update the generated code for examples after the noshadow changes Update the generated code used inthe examples, following theremoval of the noshadow option. The impacted examples are: dom-events embed-and-translate fetch-and-display html-form vg-for vg-if
1 年前
index.html
Update the fetch-and-disply-example so it can be built and served via mage Following the addition of the magefile targets Example and SingleExample this commit updates the fetch-and-display example, The example can now be built and served via these targets.
1 年前
main_wasm.go
Update the fetch-and-disply-example so it can be built and served via mage Following the addition of the magefile targets Example and SingleExample this commit updates the fetch-and-display example, The example can now be built and served via these targets.
1 年前
root.go
Update the fetch-and-disply-example so it can be built and served via mage Following the addition of the magefile targets Example and SingleExample this commit updates the fetch-and-display example, The example can now be built and served via these targets.
1 年前
root.vugu
Update the fetch-and-disply-example so it can be built and served via mage Following the addition of the magefile targets Example and SingleExample this commit updates the fetch-and-display example, The example can now be built and served via these targets.
1 年前
root_gen.go
Update the generated code for examples after the noshadow changes Update the generated code used inthe examples, following theremoval of the noshadow option. The impacted examples are: dom-events embed-and-translate fetch-and-display html-form vg-for vg-if
1 年前