-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M0081MEJA-2802 Change Managedc term and annotation to Wasm #1138
base: feature/M0081MEJA-2367_managedc
Are you sure you want to change the base?
M0081MEJA-2802 Change Managedc term and annotation to Wasm #1138
Conversation
54d1480
to
adefce0
Compare
6d7986f
to
8f75715
Compare
adefce0
to
0c60e5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dalgassimou We have to spend time to walk this PR and adjust changes together
WebAssembly Module Memory | ||
------------------------- | ||
|
||
WebAssembly memory instance uses a page size of 8KB to fit embedded footprint concerns (not 64KB as specified `here <https://www.w3.org/TR/wasm-core-1/#memory-instances%E2%91%A0>`__ ). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TDB not sure it is obsolete
@@ -1,24 +1,24 @@ | |||
.. _managedc.communication: | |||
|
|||
Communication Between Java and Managed C | |||
======================================== | |||
Communication Between Java and Wasm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBD I don't think we must replace Managed C by Wasm everywhere
|
||
The supported toolchain for compiling C code to WebAssembly is `WASI SDK <https://github.com/WebAssembly/wasi-sdk/>`__. | ||
The supported toolchain for compiling C code to Wasm is `WASI SDK <https://github.com/Wasm/wasi-sdk/>`__. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link is broken
c495c92
to
4307795
Compare
…orce to define the applicationEntryPoint input
…on-Libraries in example
1.0.5 == 1.0.4 with correct companion files publication
14715fa
to
c0cf141
Compare
No description provided.