GoGo库可运行WebAssembly二进制文件。-Golang开发

时间:2024-06-15 08:38:20
【文件属性】:

文件名称:GoGo库可运行WebAssembly二进制文件。-Golang开发

文件大小:10.74MB

文件格式:ZIP

更新时间:2024-06-15 08:38:20

Golang Miscellaneous

Wasmer是用于执行WebAssembly二进制文件的Go库。 安装要安装该库,请遵循经典方法:$ CGO_ENABLED = 1 go install github.com/wasmerio/go-ext-wasm/wasmer CGO_ENABLED Wasmer是用于执行WebAssembly二进制文件的Go库。 安装要安装该库,请遵循经典方法:#启用cgo $ export CGO_ENABLED = 1; 出口CC = gcc; $ go get github.com/wasmerio/go-ext-wasm/wasmer它将在许多macOS和Linux发行版上运行。 它在Windows上尚无法使用,我们正在研究中。 如果预编译的共享库与您的系统不兼容,请尝试使用以下命令手动安装:$ just build-runtime $ just build $ go install


【文件预览】:
wasmer-go-master
----.gitignore(42B)
----go.mod(90B)
----wasmer()
--------engine_test.go(1KB)
--------module_test.go(5KB)
--------importtype.go(4KB)
--------packaged()
--------target.go(3KB)
--------trap_test.go(380B)
--------limits.go(2KB)
--------memorytype.go(2KB)
--------instance.go(2KB)
--------memory_test.go(2KB)
--------config_test.go(3KB)
--------memory.go(3KB)
--------global_test.go(3KB)
--------exporttype.go(3KB)
--------target_test.go(299B)
--------value.go(7KB)
--------extern.go(3KB)
--------store_test.go(108B)
--------error.go(2KB)
--------importtype_test.go(3KB)
--------wasi_test.go(2KB)
--------valuetype_test.go(2KB)
--------function.go(11KB)
--------testdata()
--------cgo.go(685B)
--------exporttype_test.go(2KB)
--------function_test.go(11KB)
--------memorytype_test.go(892B)
--------module.go(6KB)
--------externtype_test.go(297B)
--------tabletype.go(2KB)
--------utils_test.go(615B)
--------limits_test.go(416B)
--------functiontype_test.go(803B)
--------cgo_with_custom_wasmer_runtime.go(611B)
--------wasi.go(12KB)
--------name.go(376B)
--------wat.go(1001B)
--------pages.go(926B)
--------exports.go(5KB)
--------functiontype.go(3KB)
--------globaltype.go(3KB)
--------instance_test.go(2KB)
--------externtype.go(4KB)
--------trap.go(5KB)
--------engine.go(1KB)
--------global.go(3KB)
--------import_object.go(2KB)
--------wat_test.go(595B)
--------table.go(2KB)
--------globaltype_test.go(825B)
--------tabletype_test.go(1KB)
--------store.go(1KB)
--------valuetype.go(5KB)
--------config.go(5KB)
--------wasmer.go(4KB)
----src()
--------lib.rs(25B)
----Cargo.lock(38KB)
----LICENSE(1KB)
----CHANGELOG.md(14KB)
----Cargo.toml(932B)
----go.sum(1024B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
--------dependabot.yml(412B)
----examples()
--------example_exports_function_test.go(3KB)
--------example_exports_global_test.go(5KB)
--------example_instance_test.go(2KB)
--------example_memory_test.go(5KB)
--------example_imports_exports_test.go(4KB)
--------appendices()
--------example_errors_test.go(3KB)
--------example_early_exit_test.go(2KB)
----README.md(6KB)
----BUILD(55B)
----bors.toml(573B)
----WORKSPACE(2KB)
----justfile(596B)

网友评论