Hey there! Is it possible to generate a non component wasm file? One that would be runnable with wasmtime (for .net) in it's current state? (Wasmtime cli can, but the dotnet can't do components yet)
Looking to export a few static functions for now until components are more ready in wasmtime dotnet.
What would be nice is if I could embed wasmtime and expose some API and run some .net sandboxed plugins.
Hey there! Is it possible to generate a non component wasm file? One that would be runnable with wasmtime (for .net) in it's current state? (Wasmtime cli can, but the dotnet can't do components yet)
Looking to export a few static functions for now until components are more ready in wasmtime dotnet.
What would be nice is if I could embed wasmtime and expose some API and run some .net sandboxed plugins.