# wasm-docs **Repository Path**: wasmtime/wasm-docs ## Basic Information - **Project Name**: wasm-docs - **Description**: 收集wasm相关的各种资料,包括wasm官方资料以及一些基于wasm的应用。重点在于wasmtime及其周边 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2023-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wasm-docs #### 介绍 收集wasm相关的各种资料 #### wasm相关资料 [wasmtime 官方docs](https://docs.wasmtime.dev/) [wasmtime 函数接口数据类型方面的扩充 wit-bindgen](https://gitee.com/wasmtime/wit-bindgen) 在底层使用WebAssembly模块意味着只处理整数和浮点数。然而,许多api想要处理字节数组、字符串、结构等。为了促进这些交互,WebAssembly接口类型建议开始发挥作用。wasmtime运行时支持接口类型,Rust工具链在一个名为wasm-bindgen的板条箱中具有库支持。 [rust and webassembly github主页](https://github.com/rustwasm) [webassembly中文社区](http://webassembly.org.cn/) [state-of-wasm-2022](https://blog.scottlogic.com/2022/06/20/state-of-wasm-2022.html) [AssemblyScript book](https://www.assemblyscript.org/introduction.html) [mozilla关于WebAssembly开发的中文在线资料](https://developer.mozilla.org/zh-CN/docs/WebAssembly)