Stream: general

Topic: Language Tooling


view this post on Zulip Jonathan Halliday (Sep 28 2021 at 15:05):

Is there tooling to generate language headers/stubs from a wasm module's exports? wasm-bindgen seems to go only the other direction.

view this post on Zulip Alex Crichton (Sep 28 2021 at 15:24):

The closest analog for this is the witx-bindgen tool based on interface types, is that what you're looking for? https://github.com/bytecodealliance/witx-bindgen/

A language binding generator for `witx` (a precursor to WebAssembly interface types) - GitHub - bytecodealliance/witx-bindgen: A language binding generator for `witx` (a precursor to WebAssembly in...

Last updated: Nov 22 2024 at 17:03 UTC