mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 11:18:31 +00:00
feat(docs): More info about the WAMR backend
This commit is contained in:
@@ -18,6 +18,9 @@ This document has the objective to document important aspects of this backend.
|
|||||||
standard output.
|
standard output.
|
||||||
3. Due to point (2) above, multithreaded programs relying on importing memories
|
3. Due to point (2) above, multithreaded programs relying on importing memories
|
||||||
can fail with out-of-bound memory read/write errors.
|
can fail with out-of-bound memory read/write errors.
|
||||||
|
4. Custom sections are not entirely supported as of now.
|
||||||
|
5. Functions cannot be called without an attached instance.
|
||||||
|
6. Globals cannot be inspected without an attached instance.
|
||||||
|
|
||||||
Notice, again, that the support is experimental: if you happen to incur in
|
Notice, again, that the support is experimental: if you happen to incur in
|
||||||
other issues not listed here, please file an issue!
|
other issues not listed here, please file an issue!
|
||||||
|
|||||||
Reference in New Issue
Block a user