diff options
author | Eduardo Julian | 2022-02-22 16:29:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-22 16:29:17 -0400 |
commit | f07effd9faf3fdaa677f659d6bbccf98931c5e5a (patch) | |
tree | 0b51a4b8492d06db6b3eca38a3b9143de1c1d735 /documentation/bookmark/back_end | |
parent | 2d1348a73159ec87fa0da2bd3768d641236693fb (diff) |
No more automatic conversions of primitive types in JVM FFI.
Diffstat (limited to 'documentation/bookmark/back_end')
-rw-r--r-- | documentation/bookmark/back_end/c.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/back_end/wasm.md | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/documentation/bookmark/back_end/c.md b/documentation/bookmark/back_end/c.md new file mode 100644 index 000000000..d12d7c093 --- /dev/null +++ b/documentation/bookmark/back_end/c.md @@ -0,0 +1,4 @@ +# Reference + +0. [mlibc: Portable C standard library](https://github.com/managarm/mlibc) + diff --git a/documentation/bookmark/back_end/wasm.md b/documentation/bookmark/back_end/wasm.md index 7207e6d4b..378915465 100644 --- a/documentation/bookmark/back_end/wasm.md +++ b/documentation/bookmark/back_end/wasm.md @@ -1,3 +1,7 @@ +# Interoperability + +0. [js-wasm: JavaScript and WebAssembly should be a joy to use together.](https://wasm.js.org/) + # Concurrency 0. [Wasm threads are now available in all browsers](https://old.reddit.com/r/WebAssembly/comments/rk83mr/wasm_threads_are_now_available_in_all_browsers/) @@ -17,6 +21,8 @@ # Reference +0. [Building host implementations for WebAssembly interfaces](https://radu-matei.com/blog/wasm-components-host-implementations/) +0. [WebAssembly Techniques to Speed Up Matrix Multiplication by 120x](https://jott.live/markdown/mm_wasm) 0. [Chasing Memory Bugs through V8 and WebAssembly](https://blog.stackblitz.com/posts/debugging-v8-webassembly/) 0. [Wasm needs a better memory management story](https://github.com/WebAssembly/design/issues/1397) 0. https://bytecodealliance.org/ |