当前位置: 首页 > 软件库 > 开发工具 > 编译器 >

compile-to-web

授权协议 MIT License
开发语言 C/C++
所属分类 开发工具、 编译器
软件类型 开源软件
地区 不详
投 递 者 南门朗
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Discover what languages can be compiled into Web Assembly (WASM)

Languages

Language Compiles to LLVM Compiles to WASM
C ☑️ ☑️
C# ☑️ ☑️
C++ ☑️ ☑️
Crystal ☑️
D ☑️ ☑️
F# ☑️ ☑️
Go ☑️ ☑️
Haskell
Java ☑️ ☑️
Julia ☑️
Kotlin ☑️ ☑️
Nim ☑️ ☑️
Python
Rust ☑️ ☑️
Scala ☑️
Swift ☑️
TypeScript

Key

Icon Meaning
☑️ Success
Broken
Unknown

Installation

  1. Install Vagrant
  2. Install VirtualBox
  3. For a desired language cd into the folder, then run
vagrant up
vagrant ssh
sudo su -
install
build

Contributing

Interested in seeing a new language? Found a bug in the examples?Check out the Contributing Guide for how to get involved!

FAQ

Question: Why is "Compile to LLVM" listed?

Answer: LLVM was an influence for WebAssembly technology and was the first compiler infastructure with official WASM support.

 相关资料
  • fis. compile 编译相关函数入口, 输入为 文件对象,没有输出,直接修改文件对象内容。 默认文件编译会尝试从缓存中读取,如果缓存有效,将跳过编译。 Source: compile.js, line 26 Example var file = fis.file(filepath); fis.compile(file); console.log(file.getContent()); N

  • compile() 方法 compile() 方法用于在脚本执行过程中编译正则表达式。 compile() 方法也可用于改变和重新编译正则表达式。 语法: RegExpObject.compile( regexp, modifier ) 参数说明: regexp: 正则表达式。 modifier: 规定匹配的类型。"g" 用于全局匹配,"i" 用于区分大小写,"gi" 用于全局区分大小写的匹

  • 1.1. Code Compile 1.1.1. Openwrt Compile 1.1.2. Kernel Compile 1.1.3. Uboot Compile 1.1.4. VSP Compile 1.1. Code Compile 1.1.1. Openwrt Compile In the compiling environment for Kamino18 YodaOS, using

  • Compile Testing 是一个用来测试 Java 和注释处理器的工具。 示例代码: @RunWith(JUnit4.class)public class TreeContextTest {  @Rule public final ExpectedException expectedExn = ExpectedException.none();  private static final S

  • color-compile 在 Linux 终端中使用 gcc/g++/make 编译软件时,可以显示带颜色的 error/note/warning。

  • Z 语言是新型的类似自然语言的汉语编程语言。 它是基于新的语言设计思想创造的语言,和现存的易语言、习语言、O 语言、汉编等中文编程语言没有关系。 Z 语言特点一: 中文编程 Z 语言是为了广大希望学习编程方便工作生活而又不想学习复杂的英文编程语言的非专业人士而开发的。编写Z程序主要使用 的是汉字,使用的是和简单汉语语法接近的规则。 Z 语言特点二: 语句化过程 Z 语言的过程相当于一般编程语言的函