wasm-micro-runtime
wasm-micro-runtime copied to clipboard
c# wamr
trafficstars
Hi , I want to use wamr with c# . How can I use it or does any example ? İf doesn't Do you intend to develop ?
@oznfc, c# embedding support isn't supported currently, could you please refer to the C binding or Go binding to enable it by yourself? https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/language-bindings/go https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/embed_wamr.md Thanks.