From 9671484b6cb3f3c56d6a3053a4a55b4634c14a89 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 22 Aug 2022 20:45:33 -0400 Subject: Added support for the agent model. --- documentation/bookmark/compilation/target/wasm.md | 58 --------------------- .../compilation/target/wasm__WebAssembly.md | 59 ++++++++++++++++++++++ 2 files changed, 59 insertions(+), 58 deletions(-) delete mode 100644 documentation/bookmark/compilation/target/wasm.md create mode 100644 documentation/bookmark/compilation/target/wasm__WebAssembly.md (limited to 'documentation/bookmark/compilation/target') diff --git a/documentation/bookmark/compilation/target/wasm.md b/documentation/bookmark/compilation/target/wasm.md deleted file mode 100644 index e90bcd654..000000000 --- a/documentation/bookmark/compilation/target/wasm.md +++ /dev/null @@ -1,58 +0,0 @@ -# Interoperability - -0. []() -0. [How to Extend WebAssembly with Host Functions](https://www.secondstate.io/articles/extend-webassembly/) -0. [js-wasm: JavaScript and WebAssembly should be a joy to use together.](https://wasm.js.org/) - -# Concurrency - -0. []() -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/) - -# Platform - -0. []() -0. [Wasmer Java](https://github.com/wasmerio/wasmer-java) -0. [WAVM: WAVM is a WebAssembly virtual machine, designed for use in non-web applications.](https://wavm.github.io/) - -# Exemplar - -0. []() -0. [Announcing GraalWasm — a WebAssembly engine in GraalVM](https://medium.com/graalvm/announcing-graalwasm-a-webassembly-engine-in-graalvm-25cd0400a7f2) -0. [Towards a WebAssembly standalone runtime on GraalVM](https://dl.acm.org/citation.cfm?id=3362780) -0. https://github.com/vvanders/wasm_lua -0. https://github.com/AppCypher/webassemblylanguages -0. https://medium.com/perlin-network/life-a-secure-blazing-fast-cross-platform-webassembly-vm-in-go-ea3b31fa6e09 - -# Reference - -0. []() -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/) -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/ -0. [Faster Fractals with Multi-Threaded WebAssembly](https://blog.scottlogic.com/2019/07/15/multithreaded-webassembly.html) -0. https://blog.scottlogic.com/2018/07/20/wasm-future.html -0. http://fitzgeraldnick.com/2018/04/26/how-does-dynamic-dispatch-work-in-wasm.html -0. https://hacks.mozilla.org/2018/03/making-webassembly-better-for-rust-for-all-languages/ -0. https://webassembly.github.io/ -0. https://github.com/WebAssembly/spec/blob/md-proto/md-proto/WebAssembly.md -0. https://github.com/WebAssembly/binaryen -0. [NYLUG Presents: Luke Wagner -on- WebAssembly: A New Compiler Target For The Web](https://www.youtube.com/watch?v=RByPdCN1RQ4) -0. https://binji.github.io/2017/03/05/webassembly-type-checking.html -0. https://github.com/WebAssembly/spec/tree/master/interpreter -0. https://mbebenita.github.io//WasmExplorer/ -0. http://thecodebarbarian.com/getting-started-with-webassembly-in-node.js.html -0. http://blog.seraum.com/compiling-javascript-to-webassembly-wasm-or-asm-js-with-nectarjs -0. https://hacks.mozilla.org/2017/07/memory-in-webassembly-and-why-its-safer-than-you-think/ -0. [Using WebAssembly and Threads (Chrome Dev Summit 2018)](https://www.youtube.com/watch?v=zgOGZgAPUjQ) -0. https://github.com/wasmerio/wasmer -0. https://www.fastly.com/blog/announcing-lucet-fastly-native-webassembly-compiler-runtime -0. https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ -0. https://cybernetist.com/2019/04/25/wasm-universal-application-runtime/ -0. https://github.com/intel/wasm-micro-runtime -0. https://medium.com/wasmer/running-webassembly-on-the-kernel-8e04761f1d8e - diff --git a/documentation/bookmark/compilation/target/wasm__WebAssembly.md b/documentation/bookmark/compilation/target/wasm__WebAssembly.md new file mode 100644 index 000000000..dd496d03e --- /dev/null +++ b/documentation/bookmark/compilation/target/wasm__WebAssembly.md @@ -0,0 +1,59 @@ +# Interoperability + +0. []() +0. [How to Extend WebAssembly with Host Functions](https://www.secondstate.io/articles/extend-webassembly/) +0. [js-wasm: JavaScript and WebAssembly should be a joy to use together.](https://wasm.js.org/) + +# Concurrency + +0. []() +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/) + +# Platform + +0. []() +0. [Wasmer Java](https://github.com/wasmerio/wasmer-java) +0. [WAVM: WAVM is a WebAssembly virtual machine, designed for use in non-web applications.](https://wavm.github.io/) + +# Exemplar + +0. []() +0. [Announcing GraalWasm — a WebAssembly engine in GraalVM](https://medium.com/graalvm/announcing-graalwasm-a-webassembly-engine-in-graalvm-25cd0400a7f2) +0. [Towards a WebAssembly standalone runtime on GraalVM](https://dl.acm.org/citation.cfm?id=3362780) +0. https://github.com/vvanders/wasm_lua +0. https://github.com/AppCypher/webassemblylanguages +0. https://medium.com/perlin-network/life-a-secure-blazing-fast-cross-platform-webassembly-vm-in-go-ea3b31fa6e09 + +# 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/) +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/ +0. [Faster Fractals with Multi-Threaded WebAssembly](https://blog.scottlogic.com/2019/07/15/multithreaded-webassembly.html) +0. https://blog.scottlogic.com/2018/07/20/wasm-future.html +0. http://fitzgeraldnick.com/2018/04/26/how-does-dynamic-dispatch-work-in-wasm.html +0. https://hacks.mozilla.org/2018/03/making-webassembly-better-for-rust-for-all-languages/ +0. https://webassembly.github.io/ +0. https://github.com/WebAssembly/spec/blob/md-proto/md-proto/WebAssembly.md +0. https://github.com/WebAssembly/binaryen +0. [NYLUG Presents: Luke Wagner -on- WebAssembly: A New Compiler Target For The Web](https://www.youtube.com/watch?v=RByPdCN1RQ4) +0. https://binji.github.io/2017/03/05/webassembly-type-checking.html +0. https://github.com/WebAssembly/spec/tree/master/interpreter +0. https://mbebenita.github.io//WasmExplorer/ +0. http://thecodebarbarian.com/getting-started-with-webassembly-in-node.js.html +0. http://blog.seraum.com/compiling-javascript-to-webassembly-wasm-or-asm-js-with-nectarjs +0. https://hacks.mozilla.org/2017/07/memory-in-webassembly-and-why-its-safer-than-you-think/ +0. [Using WebAssembly and Threads (Chrome Dev Summit 2018)](https://www.youtube.com/watch?v=zgOGZgAPUjQ) +0. https://github.com/wasmerio/wasmer +0. https://www.fastly.com/blog/announcing-lucet-fastly-native-webassembly-compiler-runtime +0. https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/ +0. https://cybernetist.com/2019/04/25/wasm-universal-application-runtime/ +0. https://github.com/intel/wasm-micro-runtime +0. https://medium.com/wasmer/running-webassembly-on-the-kernel-8e04761f1d8e + -- cgit v1.2.3