aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/back_end
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bookmark/back_end')
-rw-r--r--documentation/bookmark/back_end/c++.md1
-rw-r--r--documentation/bookmark/back_end/go.md4
-rw-r--r--documentation/bookmark/back_end/wasm.md1
3 files changed, 6 insertions, 0 deletions
diff --git a/documentation/bookmark/back_end/c++.md b/documentation/bookmark/back_end/c++.md
index e86d2672d..b1ee86bb3 100644
--- a/documentation/bookmark/back_end/c++.md
+++ b/documentation/bookmark/back_end/c++.md
@@ -51,6 +51,7 @@
# Interpreter
+0. [Clasp — Bringing Common Lisp and C++ Together](https://github.com/clasp-developers/clasp)
0. [Cling](https://root.cern/cling/)
0. [Interactive C++ with Cling](https://blog.llvm.org/posts/2020-11-30-interactive-cpp-with-cling/)
0. [Cling Transitions to LLVM's Clang-Repl](https://root.cern/blog/cling-in-llvm/)
diff --git a/documentation/bookmark/back_end/go.md b/documentation/bookmark/back_end/go.md
new file mode 100644
index 000000000..6d25fd45d
--- /dev/null
+++ b/documentation/bookmark/back_end/go.md
@@ -0,0 +1,4 @@
+# Reference
+
+0. [Interface method calls with the Go register ABI](https://eli.thegreenplace.net/2022/interface-method-calls-with-the-go-register-abi/)
+
diff --git a/documentation/bookmark/back_end/wasm.md b/documentation/bookmark/back_end/wasm.md
index 9c10078be..4ad7a40e9 100644
--- a/documentation/bookmark/back_end/wasm.md
+++ b/documentation/bookmark/back_end/wasm.md
@@ -22,6 +22,7 @@
# Reference
+0. [Recommendations when publishing a Wasm library](https://nickb.dev/blog/recommendations-when-publishing-a-wasm-library)
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/)