积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(10)其它语言(10)

语言

全部英语(8)中文(简体)(2)

格式

全部PDF文档 PDF(10)
 
本次搜索耗时 0.055 秒,为您找到相关结果约 10 个.
  • 全部
  • 后端开发
  • 其它语言
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 MoonBit月兔编程语言 现代编程思想 第十四课 案例:堆栈虚拟机

    + 1) MOVE 2 1 0 ; R(2) = R(1) RETURN 2 2 0 ; return R(2) RETURN 0 1 0 ; return 4 堆栈虚拟机 例:WebAssembly Virtual Machine 取最⼤值 fn max(a : Int, b : Int) -> Int 1. local.get $a local.set $m get $m ;; m 5 WebAssembly WebAssembly是什么? ⼀个虚拟指令集 可以在浏览器以及其他运⾏时(Wasmtime WAMR WasmEdge等)中运⾏ MoonBit的第⼀个后端 WebAssembly指令集的⼦集为例 6 简单指令集 数据 只考虑32位有符号整数 ⾮零代表 true 在线尝试 https://webassembly.github.io/wabt/demo/wat2wasm/ 1. const wasmInstance = new WebAssembly.Instance(wasmModule, {"spectest":{"print_int": console.log}}); 17 构造编译器 指令 WebAssembly指令 Const(0) i32
    0 码力 | 31 页 | 594.38 KB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.5.0 Documentation

    String Literals Import from C Header File C Pointers Exporting a C Library Mixing Object Files WebAssembly Freestanding WASI Targets Style Guide Whitespace Names Examples Source Encoding Keyword Reference main allocator. �. Are you building for WebAssembly? In this case, std.heap.wasm_allocator is likely the right choice for your main allocator as it uses WebAssembly's memory instructions. �. Is the maximum Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. There is also a specialized std.heap.wasm_allocator memory allocator for WebAssembly environments. Freestanding
    0 码力 | 224 页 | 5.80 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.7.1 Documentation

    /zig-cache/bin/test all your base are belong to us See also: Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and a library using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig extern fn print(i32) void; export fn add(a: i32, b: i32) void { print(a require('fs'); const source = fs.readFileSync("./math.wasm"); const typedArray = new Uint8Array(source); WebAssembly.instantiate(typedArray, { env: { print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 225 页 | 5.74 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.6.0 Documentation

    /zig-cache/bin/test all your base are belong to us See also: Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and a library using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig extern fn print(i32) void; export fn add(a: i32, b: i32) void { print(a require('fs'); const source = fs.readFileSync("./math.wasm"); const typedArray = new Uint8Array(source); WebAssembly.instantiate(typedArray, { env: { print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 214 页 | 5.37 MB | 1 年前
    3
  • pdf文档 05-MoonBit 编程语言(WASM 技术)服务端应用展望以及对Kubernetes生态的影响

    • Rust 语言社区早期参与者 The Rust Programming Language(中文纸质版)译者3 • MoonBit 语言社区开发者 官方标准库代码、教程资料编写者 WebAssembly (WASM) WASM 现状 • 1.0 MVP 已稳定(2017)已被 Web 前端应用实际接受 • 有后端应用潜力,但更多具体疑问仍待解答 • 问题集中在扩展特性(features)、外部语言接口(FFI)、 WASM 扩展特性 • 基本接口已在 WASM 1.0 标准化 • 但只能交换简单数据类型 • 交换缓冲区和高级数据结构的方法各有不一 WASM 外部语言接口(FFI) • WASI (WebAssembly System Interface) • 用于允许 WASM 代码调用操作系统的能力 (stdout、socket这些) • 目前处在 0.2 预览版 • 功能缺口和争议都很大 WASM
    0 码力 | 30 页 | 3.41 MB | 9 月前
    3
  • pdf文档 The Zig Programming Language 0.8.1 Documentation

    /zig-out/bin/test all your base are belong to us See also: Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and dynamic library using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig extern fn print(i32) void; export fn add(a: i32, b: i32) void { print(a require('fs'); const source = fs.readFileSync("./math.wasm"); const typedArray = new Uint8Array(source); WebAssembly.instantiate(typedArray, { env: { print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 234 页 | 6.01 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.12.0 Documentation

    /zig-out/bin/test all your base are belong to us See also: Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and executable using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig extern fn print(i32) void; export fn add(a: i32, b: i32) void { print(a require('fs'); const source = fs.readFileSync("./math.wasm"); const typedArray = new Uint8Array(source); WebAssembly.instantiate(typedArray, { env: { print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 241 页 | 7.37 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.9.1 Documentation

    /zig-out/bin/test 3 all your base are belong to us See also: Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and dynamic library using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig 1 extern fn print(i32) void; 2 3 export fn add(a: i32, b: i32) void { const source = fs.readFileSync("./math.wasm"); 3 const typedArray = new Uint8Array(source); 4 5 WebAssembly.instantiate(typedArray, { 6 env: { 7 print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 234 页 | 7.90 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.11.0 Documentation

    /zig-out/bin/test all your base are belong to us See also: Targets Zig Build System 47. WebAssembly Zig supports building for WebAssembly out of the box. 47.1. Freestanding For host environments like the web browser dynamic library using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig 1 extern fn print(i32) void; 2 3 export fn add(a: i32, b: i32) void { const source = fs.readFileSync("./math.wasm"); 3 const typedArray = new Uint8Array(source); 4 5 WebAssembly.instantiate(typedArray, { 6 env: { 7 print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 238 页 | 7.80 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.10.1 Documentation

    /zig-out/bin/test 3 all your base are belong to us See also: Targets Zig Build System WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and dynamic library using the freestanding OS target. Here's an example of running Zig code compiled to WebAssembly with nodejs. math.zig 1 extern fn print(i32) void; 2 3 export fn add(a: i32, b: i32) void { const source = fs.readFileSync("./math.wasm"); 3 const typedArray = new Uint8Array(source); 4 5 WebAssembly.instantiate(typedArray, { 6 env: { 7 print: (result) => { console.log(`The result is ${result}`);
    0 码力 | 239 页 | 8.03 MB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
MoonBit编程语言编程语言现代思想第十十四第十四案例堆栈虚拟虚拟机zig05WASM技术服务服务端应用展望以及Kubernetes生态影响
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩