タグ WebAssembly Component Model
人気順 10 users 50 users 100 users 500 users 1000 users手書きで理解するWebAssembly Component Model | 株式会社ヌーラボ(Nulab inc.)
2024年1月25日にWASI (WebAssembly System Interface) 0.2 APIが安定版となり (日本語の記事)、4月9日にはRust foundationがWASI 0.2への対応を発表した (日本語の記事) ことで、WASIおよびWebAssembly Component ModelなどのWebAssembly (Wasm) を取り巻く状況が大きく変わろうとしています。 そこで、この記事では Web... 続きを読む
Wasm Component Model や WASI の概要を調べる
WASMの前提知識がない者が WebAssembly Component Model の概要を知ろうとするメモです。 トピック概観 基盤になっているものから順に: WebAssembly (Core) Specification 2.0 Wasmのコア仕様(Core Wasm)はかなり低水準なインタフェースしか提供しない。実際のところ、各々のWasmを支援するツールチェインがその言語... 続きを読む
wit-bindgenとjcoでWebAssembly Component Modelに入門する | MaybeUnInit
wit-bindgenとjcoでWebAssembly Component Modelに入門する #2023-04-18 WebAssembly Component Modelを追えていなかったのでHello World的なものを動かし概要を理解したい。 目次WebAssembly Component Model #WebAssembly/component-modelにspecは定義されており、現在のPhaseはPhase 1 - Feature Proposal (CG)となっ... 続きを読む