Dart 到 WASM 编译

问题描述 投票:0回答:0

我正在尝试将 dart 构建为 wasm(使用费米子自旋)
例如,假设我创建了一个命令行应用

dart create -t console example

我怎样才能运行

dart compile
输出一个
wasm
文件?

注意

来自 wasmIO 的这个 clip 暗示了将 dart 构建为 wasm 的可能性,
但是 documentation 似乎不见了。

赏金笔记

我会接受提供构建 wasm 的步骤的最佳答案
飞镖“你好世界”应用程序
例如:

dart create -t console example

使用
dart compile
和适当的标志

dart webassembly
© www.soinside.com 2019 - 2024. All rights reserved.