diff options
author | Eduardo Julian | 2022-08-22 20:45:33 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-22 20:45:33 -0400 |
commit | 9671484b6cb3f3c56d6a3053a4a55b4634c14a89 (patch) | |
tree | 565634861f857f9fb2ea191c627554303333e53e /documentation/bookmark/compilation/target | |
parent | c00d94fa5c9e6b3b8d25f49d0f2d341ff61fa35b (diff) |
Added support for the agent model.
Diffstat (limited to 'documentation/bookmark/compilation/target')
-rw-r--r-- | documentation/bookmark/compilation/target/wasm__WebAssembly.md (renamed from documentation/bookmark/compilation/target/wasm.md) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/compilation/target/wasm.md b/documentation/bookmark/compilation/target/wasm__WebAssembly.md index e90bcd654..dd496d03e 100644 --- a/documentation/bookmark/compilation/target/wasm.md +++ b/documentation/bookmark/compilation/target/wasm__WebAssembly.md @@ -27,6 +27,7 @@ # Reference 0. []() +0. [just-in-time code generation within webassembly](https://wingolog.org/archives/2022/08/18/just-in-time-code-generation-within-webassembly) 0. [TeaVM: Build Fast, Modern Web Apps in Java](https://teavm.org/) 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/) |