Open fbouteruche opened 2 years ago
and how can C# code call a WASM function?
and how can C# code call a WASM function?
You can achieve this with wasmtime: https://github.com/bytecodealliance/wasmtime-dotnet
Hi Steve,
I was wondering if it would be possible to have an attribute to mark a C# method and an associated WASM function would be exported from the WASM module.
It would allow to know which function you can call when you load the module.
Regards, François.
See https://github.com/SteveSandersonMS/dotnet-wasi-sdk/issues/30
Hi Steve,
I was wondering if it would be possible to have an attribute to mark a C# method and an associated WASM function would be exported from the WASM module.
It would allow to know which function you can call when you load the module.
Regards, François.