srenatus / opa-wasi-experiment

experimenting with wrapping OPA's Wasm modules into something WASI-compatible
Apache License 2.0
0 stars 0 forks source link

remove need for WAT #1

Closed srenatus closed 2 years ago

srenatus commented 2 years ago

It should be possible to remove the need for the WAT and the linking with it by exposing the same methods from the zig module.

👉 https://ziglang.org/documentation/master/#export

With that, we should be able to remove these steps

srenatus commented 2 years ago

c7c3bd09258aac5b18ac8832bb44b59fdb669aa7