issues
search
knqyf263
/
go-plugin
Go Plugin System over WebAssembly
MIT License
586
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add option to disable protobuf generation
#69
saschagrunert
closed
1 day ago
5
Add Support Policy, update tests
#68
inliquid
closed
2 weeks ago
3
Allow using together with `protoc-gen-go`
#67
saschagrunert
closed
1 day ago
9
Add Support Policy, update tests and release a new tag
#66
inliquid
opened
1 month ago
3
Use `unsafe.Slice` instead of `reflect.SliceHeader` to build byte slice
#65
inliquid
closed
2 months ago
7
Can't compile with tinygo v0.32.0
#64
inliquid
closed
2 months ago
5
unexpected fault address
#63
amlwwalker
opened
6 months ago
0
deps: updates wazero to v1.7.0
#62
evacchi
closed
8 months ago
3
chore: bump go 1.20 and tinygo (0.29.0, 0.30.0, 0.31.1), use go:wasmimport
#61
evacchi
closed
8 months ago
3
Warning/Error with host functions
#60
amlwwalker
closed
10 months ago
2
Missing proto `fieldmaskpb` package (for known types)
#59
inliquid
opened
1 year ago
0
Can I use go1.21 to compile plugins?
#58
inliquid
opened
1 year ago
0
Plugin is not compiling with tinygo v0.29.0
#57
inliquid
opened
1 year ago
2
Gen calling code for non golang ?
#56
gedw99
opened
1 year ago
0
How can I get the plugin id before plugin loaded
#55
zyxkad
opened
1 year ago
0
deps: updates all deps notably vtprotobuf and TinyGo
#54
codefromthecrypt
closed
1 year ago
0
added ability to load wasm files from binary
#53
brennanjl
opened
1 year ago
0
Add loading plugins from binary
#52
brennanjl
opened
1 year ago
3
Added Open and LoadWithCompiled to Host methods
#51
Ice3man543
closed
1 year ago
0
Allow using CompiledModule from previous call instead of loading from disk
#50
Ice3man543
opened
1 year ago
4
deps: updates wazero to 1.0.2
#49
codefromthecrypt
closed
1 year ago
0
Fix performance degradation while host functions call
#48
dmvolod
closed
1 year ago
2
Add performance benchmarks
#47
dmvolod
closed
1 year ago
3
After update: panic: free: invalid pointer
#46
inliquid
closed
1 year ago
7
Free memory after unmarshalling a result from the guest
#45
lburgazzoli
closed
1 year ago
5
deps: updates wazero to 1.0.1
#44
codefromthecrypt
closed
1 year ago
1
deps: updates wazero to 1.0.0
#43
codefromthecrypt
closed
1 year ago
0
Able to specify protoc-gen-go-plugin version on local build
#42
dmvolod
closed
1 year ago
0
Add golangci-lint step and fix linter issues
#41
dmvolod
opened
1 year ago
0
Fix protoc-gen-go-plugin generated version in release
#40
dmvolod
closed
1 year ago
1
Add option to plugin for generating additional application stubs
#39
dmvolod
opened
1 year ago
0
Cleanup *.pb.go files generated at previous generating stage
#38
dmvolod
opened
1 year ago
0
protoc-gen-go-plugin always generate it's hardcoded version
#37
dmvolod
closed
1 year ago
2
deps: updates wazero to 1.0.0-rc.2
#36
codefromthecrypt
closed
1 year ago
0
Generate host functions for using as exportable library or SDK
#35
dmvolod
closed
1 year ago
16
chore: protoc and TinyGo versions update
#34
dmvolod
closed
1 year ago
0
Use pointers for request/response structs instead of values in generating methods
#33
dmvolod
closed
1 year ago
0
Able to configure wazero Runtime and ModuleConfig for Plugin
#32
dmvolod
closed
1 year ago
2
Proposal: Utilize golang text template engine for generating plugin files
#31
dmvolod
closed
1 year ago
2
Return errors from the plugin functions to host
#30
dmvolod
closed
1 year ago
1
Is using values instead of pointers is by design?
#29
inliquid
closed
1 year ago
2
Able to configure Runtime and ModuleConfig for plugin
#28
dmvolod
closed
1 year ago
2
Generate host functions in the plugin for use as a reusable library/SDK
#27
dmvolod
closed
1 year ago
3
Skip generating if no plugin and host services are not defined
#26
dmvolod
closed
1 year ago
2
goland: Suppress 'Missing function body' error for export directives in host functions
#25
dmvolod
closed
1 year ago
0
Validate plugin type presence if host function is defined
#24
dmvolod
closed
1 year ago
1
deps: updates wazero to 1.0.0-pre.9
#23
evacchi
closed
1 year ago
1
deps: updates wazero to 1.0.0-pre.8
#22
evacchi
closed
1 year ago
0
exposing filesystem from plugin to host
#21
amlwwalker
closed
1 year ago
2
Plugin seems to be closing. Saving plugins in a map and calling on functionality elsewhere
#20
amlwwalker
closed
1 year ago
3
Next