From 1d59511b7b9544a6e21d05e4a44957a2b0f64da9 Mon Sep 17 00:00:00 2001 From: mochineko Date: Sat, 11 Feb 2023 13:31:17 +0900 Subject: [PATCH] Add notice to error --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6f11b4d..8570082 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # wasmtime-dotnet-unity +--- + +**NOTICE!!!** + +Now it has only been confirmed to work in the Unity **Editor**. + +When I build by IL2CPP for Apple Silicon macOS、this error has occured then does not work: + +`NotSupportedException: IL2CPP does not support marshaling delegates that point to instance methods to native code.`. + +--- + Provides the [Wasmtime](https://github.com/bytecodealliance/wasmtime)([wasmtime-dotnet](https://github.com/bytecodealliance/wasmtime-dotnet)) for Unity via Unity Package Manager(UPM). These packages enable you to run WebAssembly(Wasm, WASI) code on Unity with the Wasmtime/Cranelift backend.