코딩Coding/WebAssembly웹신기술_Assembly_Wasm
-
14 hot language projects riding WebAssembly코딩Coding/WebAssembly웹신기술_Assembly_Wasm 2022. 12. 8. 20:56
14 hot language projects riding WebAssembly https://www.infoworld.com/article/3619608/14-hot-language-projects-riding-webassembly.amp.html 14 hot language projects riding WebAssembly | InfoWorld Today’s web applications are nowhere near as fast and responsive as native desktop applications, but what if they could be? That’s the promise of WebAssembly. WebAssembly is a low-level, assembly-like la..
-
ARM assembly로 정수 정렬하기 (3) - 반복문, Loop, Branch link코딩Coding/WebAssembly웹신기술_Assembly_Wasm 2022. 9. 27. 22:43
https://etst.tistory.com/39?category=860036 ARM assembly 로 정수 정렬하기 (3) -반복문, Loop, Branch link 반복문을 이용하기 위해서는 Lable을 쓰면 간단하게 해결되는것 같다. Branch Instruction이 흐름을 제어하는 문장인데, 여기서 BL ( Branch Link ) 를 이용해서, 문장이 실행된 뒤, 조건에 맞으면 문장을 다 etst.tistory.com ARM assembly 로 정수 정렬하기 (3) -반복문, Loop, Branch link
-
WebAssembly as a Universal Binary Format (Part I: Native executables)코딩Coding/WebAssembly웹신기술_Assembly_Wasm 2022. 8. 16. 13:08
WebAssembly as a Universal Binary Format (Part I: Native executables) https://wasmer.io/posts/wasm-as-universal-binary-format-part-1-native-executables WebAssembly as a Universal Binary Format (Part I: Native executables) At Wasmer, we have worked tirelessly on making WebAssembly as widely adopted as possible. One of the things we identified that could help broaden the adoption is using the Wasm..