aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/back_end/wasm.md
diff options
context:
space:
mode:
authorEduardo Julian2022-02-22 16:29:17 -0400
committerEduardo Julian2022-02-22 16:29:17 -0400
commitf07effd9faf3fdaa677f659d6bbccf98931c5e5a (patch)
tree0b51a4b8492d06db6b3eca38a3b9143de1c1d735 /documentation/bookmark/back_end/wasm.md
parent2d1348a73159ec87fa0da2bd3768d641236693fb (diff)
No more automatic conversions of primitive types in JVM FFI.
Diffstat (limited to 'documentation/bookmark/back_end/wasm.md')
-rw-r--r--documentation/bookmark/back_end/wasm.md6
1 files changed, 6 insertions, 0 deletions
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/