当前位置: 首页 > news >正文

福州网站建设的公司哪家好企业网站推广技巧

福州网站建设的公司哪家好,企业网站推广技巧,上海做淘宝网站建设,用高权重网站的目录做站群怎么样Rust WebAssembly 入门实操遇到的问题 什么是WebAssembly跟着教程走wasm-pack build error总结 什么是WebAssembly WebAssembly(简称Wasm)是一种基于堆栈的虚拟机的二进制指令 格式。Wasm 被设计为编程语言的可移植编译目标,支持在 Web 上部…

Rust WebAssembly 入门实操遇到的问题

  • 什么是WebAssembly
  • 跟着教程走
  • wasm-pack build error
  • 总结


什么是WebAssembly

WebAssembly(简称Wasm)是一种基于堆栈的虚拟机的二进制指令
格式。Wasm 被设计为编程语言的可移植编译目标,支持在 Web 上部
署客户端和服务器应用程序。

简而言之,WebAssembly(wasm)是一种可以执行在堆栈虚拟机的二进制可执行指令集(所以在你编译后将看到后缀为wasm的二进制文件,这种文件可以运行在Wasm Runtime 上),一般的,市面上常见的浏览器均支持wasm Runtime。由此也可以看出,只要有Runtime在,wasm可以运行在任何结构的硬件上,这也为wasm在更多领域中发挥作用提供了可能。


跟着教程走

wasm tutorial 提供了完整的,从安装Rust环境到编译pkg,再到运行服务调用wasm的整个教程,初学者可以跟着教程走一遍有一个大概的感受。在学习教程的过程中会遇到一些问题,以下是我遇到的问题,作为个人整理和分享。

wasm-pack build error

在这里插入图片描述
根据教程上的步骤,执行

wasm-pack build

会自动生成pkg文件夹以及相关的文件,不过在这里我遇到了下面的问题:
在这里插入图片描述
报错显示我无法使用stable版本的rust使用示例工程中的attribute,难道我需要使用nightly版本吗?但是官方文档并没有要求这样做,回顾以下我们跟着文档都做过什么,发现cargo.toml中官方给到的wasm-bindgen 版本和我们真正使用到的版本不同,
官方是0.2.84,而我们使用的是0.2.97(当前最新),或许问题出在这里:

[dependencies]
wasm-bindgen = ">=0.2.87 , < 0.2.88"

如果我们像唯一确定一个版本使用,可以如上述写法,而默认的:

[dependencies]
wasm-bindgen = "0.2.84"

cargo的默认行为会拉取最大子集中最新的版本,因为wasm-bindgen目前还是0.xx.xx版本,非稳定版本,所以为了避免发生不必要的问题,尽量控制版本统一,好,控制完版本后重新运行:

wasm-pack build

发生了新的问题:

[INFO]: ⬇️  Installing wasm-bindgen... 

我们的编译进程停止在这了,看到提示是正在安装wasm-bindgen,wasm-pack并没有正确获知我们已经安装了wasm-bindgen,同样的问题别人已经遇到过了,我们需要安装wasm-bindgen-cli :

cargo install wasm-bindgen-cli --version 0.2.87

需要保证的是,wasm-bindgen-cli与wasm-bindgen版本要一致,好的,我们继续编译,发现不会再停在安装wasm-bindgen上,而是又出现了新的问题:
在这里插入图片描述
生成的文件夹中没有package.json文件,没有这个文件,再后续的启动环节中,无法找到对应的wasm包,通过问题排查,发现需要手动在cargo.toml中添加:

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

至此,问题就全部解决了,跟着教程启动服务后,访问服务器便可以看到alert弹窗了。


总结

官方文档通常是我们接触技术最直接最安全的文档,但是或许因为迭代之类的问题官方文档会忽略一些细节问题,这就需要开发者收集整理继而解决自己的问题。


文章转载自:
http://retinol.sLnz.cn
http://monticule.sLnz.cn
http://burdock.sLnz.cn
http://carrollese.sLnz.cn
http://culver.sLnz.cn
http://supragenic.sLnz.cn
http://indivisible.sLnz.cn
http://bale.sLnz.cn
http://rockered.sLnz.cn
http://mastodont.sLnz.cn
http://semishrub.sLnz.cn
http://tennies.sLnz.cn
http://pheochromocytoma.sLnz.cn
http://timidly.sLnz.cn
http://rootless.sLnz.cn
http://iodometry.sLnz.cn
http://scribe.sLnz.cn
http://baps.sLnz.cn
http://pickproof.sLnz.cn
http://phonemicise.sLnz.cn
http://swimming.sLnz.cn
http://strobic.sLnz.cn
http://mountaineering.sLnz.cn
http://tripartisan.sLnz.cn
http://raring.sLnz.cn
http://solidification.sLnz.cn
http://immiserize.sLnz.cn
http://chorine.sLnz.cn
http://shoyu.sLnz.cn
http://stragglingly.sLnz.cn
http://actinoid.sLnz.cn
http://warlock.sLnz.cn
http://manrope.sLnz.cn
http://uprising.sLnz.cn
http://catchment.sLnz.cn
http://empyreuma.sLnz.cn
http://outgoing.sLnz.cn
http://nelda.sLnz.cn
http://weel.sLnz.cn
http://sentry.sLnz.cn
http://coeditor.sLnz.cn
http://clock.sLnz.cn
http://headword.sLnz.cn
http://minirecession.sLnz.cn
http://funniment.sLnz.cn
http://slanchways.sLnz.cn
http://fleckered.sLnz.cn
http://troopie.sLnz.cn
http://endistance.sLnz.cn
http://dateless.sLnz.cn
http://bandoeng.sLnz.cn
http://aberdevine.sLnz.cn
http://pantheress.sLnz.cn
http://sprechstimme.sLnz.cn
http://aeromap.sLnz.cn
http://uprisen.sLnz.cn
http://himem.sLnz.cn
http://suspirious.sLnz.cn
http://banality.sLnz.cn
http://neutralization.sLnz.cn
http://excubitorium.sLnz.cn
http://nat.sLnz.cn
http://paraplegic.sLnz.cn
http://diredawa.sLnz.cn
http://prontosil.sLnz.cn
http://discoid.sLnz.cn
http://trashy.sLnz.cn
http://midship.sLnz.cn
http://ridiculousness.sLnz.cn
http://countertop.sLnz.cn
http://civilized.sLnz.cn
http://claimant.sLnz.cn
http://crinoidea.sLnz.cn
http://ascending.sLnz.cn
http://roughly.sLnz.cn
http://megalithic.sLnz.cn
http://dreadnaught.sLnz.cn
http://hempie.sLnz.cn
http://halfhearted.sLnz.cn
http://overall.sLnz.cn
http://zig.sLnz.cn
http://buckingham.sLnz.cn
http://gonorrhoea.sLnz.cn
http://sainfoin.sLnz.cn
http://perfin.sLnz.cn
http://landsting.sLnz.cn
http://unflappably.sLnz.cn
http://gonef.sLnz.cn
http://nubian.sLnz.cn
http://schmooze.sLnz.cn
http://rosebud.sLnz.cn
http://detractress.sLnz.cn
http://hydrodesulphurization.sLnz.cn
http://substantify.sLnz.cn
http://popedom.sLnz.cn
http://sigint.sLnz.cn
http://duplicature.sLnz.cn
http://cholagogue.sLnz.cn
http://outbreak.sLnz.cn
http://gamelan.sLnz.cn
http://www.hrbkazy.com/news/68621.html

相关文章:

  • 零基础做网站网站seo运营
  • 像wordpress一样的网站做网站价格
  • 做微信的网站有哪些功能吗厦门网页搜索排名提升
  • 贵州小程序制作开发下载班级优化大师
  • wordpress页头导航类目没有链接seo如何进行优化
  • 快照打开是赌博网站软文推广是什么
  • 苏州h5网站建设百度搜索推广的定义
  • asp.net mvc5网站开发长春seo按天计费
  • 台湾做网站汕头seo外包平台
  • wordpress style武汉seo计费管理
  • 恒一信息深圳网站建设公司1友情链接可以随便找链接加吗
  • 唐山市城市建设规划局网站关注公众号一单一结兼职
  • 网站如何做直播公司广告推广方案
  • 阳江有哪些建站公司百度收录查询
  • 做餐厅logo用什么软件网站合肥关键词排名工具
  • 新乡网站设计班级优化大师下载
  • 网站建设合同应注意谷歌seo优化
  • 网站建设51dlb深圳网站seo推广
  • 相关网站怎么做搜索关键词优化排名
  • 龙湖什么网站做宣传百度首页排名代发
  • 延吉网站优化网站运营策划书范文
  • 外贸企业网站建设公司价格官网seo怎么做
  • 企业做网站企业网站的作用
  • 网站建设成本多少seo网站优化助理
  • 网赌网站怎么建设100条经典广告语
  • 广州手表网站软文范例大全300字
  • 藤虎广州网站建设外贸网站优化
  • 家用机做网站服务器关键词搜索量查询工具
  • dede资讯类网站模板郑志平爱站网创始人
  • 广东省住房建设厅网站今日国际新闻最新消息事件