wasmer-go:Go的AsWebAssembly运行时

时间:2024-02-26 15:22:43
【文件属性】:

文件名称:wasmer-go:Go的AsWebAssembly运行时

文件大小:10.17MB

文件格式:ZIP

更新时间:2024-02-26 15:22:43

rust golang webassembly wasm golang-library

Wasmer Go •• 基于Go的完整和成熟的WebAssembly运行时。 您正在查看最新的Wasmer Go版本的自述文件,如果使用的是旧版本,请转到: 产品特点 易于使用: wasmer API模仿标准的WebAssembly API, 快速: wasmer尽可能快地执行WebAssembly模块,接近本机速度, 安全:对WebAssembly的所有调用将很快,但是更重要的是,完全安全且沙盒化。 安装 要安装该库,请遵循经典方法: # Enable cgo $ export CGO_ENABLED=1 ; export CC=gcc ; $ go get github.co


【文件预览】:
wasmer-go-master
----.gitignore(42B)
----go.mod(90B)
----wasmer()
--------engine_test.go(1KB)
--------module_test.go(5KB)
--------importtype.go(4KB)
--------packaged()
--------target.go(2KB)
--------trap_test.go(380B)
--------limits.go(2KB)
--------memorytype.go(2KB)
--------instance.go(1KB)
--------memory_test.go(2KB)
--------config_test.go(5KB)
--------memory.go(3KB)
--------global_test.go(3KB)
--------exporttype.go(3KB)
--------target_test.go(299B)
--------value.go(6KB)
--------extern.go(3KB)
--------store_test.go(108B)
--------error.go(2KB)
--------importtype_test.go(3KB)
--------wasi_test.go(2KB)
--------valuetype_test.go(2KB)
--------function.go(9KB)
--------testdata()
--------cgo.go(475B)
--------exporttype_test.go(2KB)
--------function_test.go(9KB)
--------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)
--------wasi.go(7KB)
--------name.go(376B)
--------wat.go(937B)
--------pages.go(739B)
--------exports.go(5KB)
--------functiontype.go(3KB)
--------globaltype.go(3KB)
--------instance_test.go(2KB)
--------externtype.go(4KB)
--------trap.go(4KB)
--------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(4KB)
--------config.go(1KB)
--------wasmer.go(78B)
----src()
--------lib.rs(74B)
----LICENSE(1KB)
----CHANGELOG.md(11KB)
----Cargo.toml(410B)
----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)
--------example_errors_test.go(3KB)
--------example_early_exit_test.go(2KB)
----README.md(11KB)
----BUILD(55B)
----bors.toml(109B)
----WORKSPACE(2KB)
----justfile(564B)

网友评论