Support for native AOT & static linking #348
Open
Annotations
2 warnings
|
examples/hello/Program.cs#L17
Using member 'Wasmtime.Instance.GetAction(String)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Wrapping functions may require runtime code generation for parameter types.
|
|
examples/hello/Program.cs#L12
Using member 'Wasmtime.Function.FromCallback(Store, Action)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Creating functions from callbacks may require runtime code generation for parameter and result types.
|
The logs for this run have expired and are no longer available.
Loading