From b0d725f24335e82eefc77175efc0a5282951316e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 6 Apr 2022 21:52:30 -0400 Subject: More efficient binary formatting. --- documentation/bookmark/back_end/c++.md | 1 + documentation/bookmark/back_end/go.md | 4 ++++ documentation/bookmark/back_end/wasm.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 documentation/bookmark/back_end/go.md (limited to 'documentation/bookmark/back_end') 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/) -- cgit v1.2.3