Skip to content

Commit

Permalink
Add notice to error
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko authored Feb 11, 2023
1 parent 6f55c23 commit 1d59511
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 1d59511

Please sign in to comment.