tamerom
tamerom
Yes , I did ,
using DotNetIsolator; using System.Runtime.InteropServices; using System.Xml.Linq; using Wasmtime; internal class Program { private static void Main(string[] args) { var wasiConfig = new WasiConfiguration() .WithPreopenedDirectory("PATH THAT CONTAIN XML FILE", "/") .WithInheritedStandardOutput();...
you can try with any sample xml you have
great thnx, it works when i tested on small files but when i tried with large file about (9 M) size, it gives another error
her is the error {"error while executing at wasm backtrace:\n 0: 0x40754b - !\n 1: 0x405089 - !\n 2: 0x407a16 - !\n 3: 0xe2e68 - !\n 4: 0x2d2c58 - !\n...
unfortunately it doesn't solve the issue I have noted that issue 17, it says there is memory crash when it reaches 7.39 MiB https://github.com/SteveSandersonMS/DotNetIsolator/issues/17